Skip to main content

notification_channels_list_only

Lists notification_channels in a region or regions, for all properties use notification_channels

Overview

Namenotification_channels_list_only
TypeResource
DescriptionDesignates the IAM role and Amazon Simple Notification Service (SNS) topic that AWS Firewall Manager uses to record SNS logs.
Idaws.fms.notification_channels_list_only

Fields

NameDatatypeDescription
sns_role_namestringA resource ARN.
sns_topic_arnstringA resource ARN.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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