notification_channels
Retrieves a list of notification_channels
in a region
Overview
Name | notification_channels |
Type | Resource |
Description | notification_channels |
Id | awscc.fms.notification_channels |
Fields
Name | Datatype | Description |
---|---|---|
sns_topic_arn | undefined | |
region | string | AWS 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