aws.devops_guru.list_notification_channels
Example SQL Queries
SELECT * FROMaws.devops_guru.list_notification_channels;Description
Returns a list of notification channels configured for DevOps Guru. Each notification channel is used to notify you when DevOps Guru generates an insight that contains information about how to improve your operations. The one supported notification channel is Amazon Simple Notification Service (Amazon SNS).
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| config A NotificationChannelConfig object that contains information about configured notification channels. | STRUCT( |
Show child fields
| |
| id The ID of a notification channel. | VARCHAR |