CfnNotificationChannelMixinProps
- class aws_cdk.mixins_preview.aws_fms.mixins.CfnNotificationChannelMixinProps(*, sns_role_name=None, sns_topic_arn=None)
Bases:
objectProperties for CfnNotificationChannelPropsMixin.
- Parameters:
sns_role_name (
Optional[str]) – The Amazon Resource Name (ARN) of the IAM role that allows Amazon to record AWS Firewall Manager activity.sns_topic_arn (
Optional[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.mixins_preview.aws_fms import mixins as fms_mixins cfn_notification_channel_mixin_props = fms_mixins.CfnNotificationChannelMixinProps( sns_role_name="snsRoleName", sns_topic_arn="snsTopicArn" )
Attributes
- sns_role_name
The Amazon Resource Name (ARN) of the IAM role that allows Amazon 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 .