notification_channels_list_only
Lists notification_channels
in a region or regions, for all properties use notification_channels
Overview
Name | notification_channels_list_only |
Type | Resource |
Description | Designates the IAM role and Amazon Simple Notification Service (SNS) topic that AWS Firewall Manager uses to record SNS logs. |
Id | aws.fms.notification_channels_list_only |
Fields
Name | Datatype | Description |
---|---|---|
sns_role_name | string | A resource ARN. |
sns_topic_arn | string | A resource ARN. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all notification_channels
in a region.
SELECT
region,
sns_topic_arn
FROM aws.fms.notification_channels_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the notification_channels_list_only
resource, see notification_channels