notification_channels_list_only
Lists notification_channels in a region or regions, for all properties use notification_channels
Overview
| Name | notification_channels_list_only |
| Type | Resource |
| Description | This resource schema represents the NotificationChannel resource in the Amazon DevOps Guru. |
| Id | aws.devopsguru.notification_channels_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
id | string | The ID of a notification channel. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all notification_channels in a region.
SELECT
region,
id
FROM aws.devopsguru.notification_channels_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the notification_channels_list_only resource, see notification_channels