notification_channel
Gets an individual notification_channel
resource
Overview
Name | notification_channel |
Type | Resource |
Description | notification_channel |
Id | awscc.fms.notification_channel |
Fields
Name | Datatype | Description |
---|---|---|
sns_role_name | string | |
sns_topic_arn | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
sns_role_name,
sns_topic_arn
FROM awscc.fms.notification_channel
WHERE data__Identifier = '<SnsTopicArn>';
Permissions
To operate on the notification_channel
resource, the following permissions are required:
Update
fms:PutNotificationChannel,
iam:PassRole
Read
fms:GetNotificationChannel
Delete
fms:DeleteNotificationChannel