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 .

Link:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.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.

Link:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snsrolename

sns_topic_arn

The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .

Link:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-notificationchannel.html#cfn-fms-notificationchannel-snstopicarn