aws.fms.get_notification_channel
Example SQL Queries
SELECT * FROMaws.fms.get_notification_channel;Description
Information about the Amazon Simple Notification Service (SNS) topic that is used to record Firewall Manager SNS logs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| sns_role_name The IAM role that is used by Firewall Manager to record activity to SNS. | VARCHAR |
| sns_topic_arn The SNS topic that records Firewall Manager activity. | VARCHAR |