NotificationChannelReference
- class aws_cdk.aws_fms.NotificationChannelReference(*, sns_topic_arn)
Bases:
object
A reference to a NotificationChannel resource.
- Parameters:
sns_topic_arn (
str
) – The SnsTopicArn of the NotificationChannel resource.- 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 notification_channel_reference = fms.NotificationChannelReference( sns_topic_arn="snsTopicArn" )
Attributes
- sns_topic_arn
The SnsTopicArn of the NotificationChannel resource.