notification_channels
Retrieves a list of notification_channels
in a region
Overview
Name | notification_channels |
Type | Resource |
Description | notification_channels |
Id | awscc.devopsguru.notification_channels |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The ID of a notification channel. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id
FROM awscc.devopsguru.notification_channels
WHERE region = 'us-east-1'
Permissions
To operate on the notification_channels
resource, the following permissions are required:
Create
devops-guru:AddNotificationChannel,
devops-guru:ListNotificationChannels,
sns:Publish,
sns:GetTopicAttributes,
sns:SetTopicAttributes
List
devops-guru:ListNotificationChannels