Skip to main content

notification_channels

Retrieves a list of notification_channels in a region

Overview

Namenotification_channels
TypeResource
Descriptionnotification_channels
Idawscc.fms.notification_channels

Fields

NameDatatypeDescription
sns_topic_arnundefined
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
sns_topic_arn
FROM awscc.fms.notification_channels
WHERE region = 'us-east-1'

Permissions

To operate on the notification_channels resource, the following permissions are required:

Create

fms:PutNotificationChannel,
iam:PassRole

List

fms:GetNotificationChannel