Skip to main content

notification_channels

Retrieves a list of notification_channels in a region

Overview

Namenotification_channels
TypeResource
Descriptionnotification_channels
Idawscc.devopsguru.notification_channels

Fields

NameDatatypeDescription
idstringThe ID of a notification channel.
regionstringAWS 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