CfnNotificationChannelProps
- class aws_cdk.aws_fms.CfnNotificationChannelProps(*, sns_role_name, sns_topic_arn)
- Bases: - object- Properties for defining a - CfnNotificationChannel.- Parameters:
- sns_role_name ( - str) – The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
- sns_topic_arn ( - str) – The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .
 
- See:
- ExampleMetadata:
- fixture=_generated 
 - Example: - # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_fms as fms cfn_notification_channel_props = fms.CfnNotificationChannelProps( sns_role_name="snsRoleName", sns_topic_arn="snsTopicArn" ) - Attributes - sns_role_name
- The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity. 
 - sns_topic_arn
- The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .