Skip to main content

notification_channel

Gets an individual notification_channel resource

Overview

Namenotification_channel
TypeResource
Descriptionnotification_channel
Idawscc.fms.notification_channel

Fields

NameDatatypeDescription
sns_role_namestring
sns_topic_arnstring
regionstringAWS 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