interface CfnNotificationChannelProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.FMS.CfnNotificationChannelProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsfms#CfnNotificationChannelProps |
Java | software.amazon.awscdk.services.fms.CfnNotificationChannelProps |
Python | aws_cdk.aws_fms.CfnNotificationChannelProps |
TypeScript | aws-cdk-lib » aws_fms » CfnNotificationChannelProps |
Properties for defining a CfnNotificationChannel
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_fms as fms } from 'aws-cdk-lib';
const cfnNotificationChannelProps: fms.CfnNotificationChannelProps = {
snsRoleName: 'snsRoleName',
snsTopicArn: 'snsTopicArn',
};
Properties
Name | Type | Description |
---|---|---|
sns | string | The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity. |
sns | string | The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager . |
snsRoleName
Type:
string
The Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
snsTopicArn
Type:
string
The Amazon Resource Name (ARN) of the SNS topic that collects notifications from AWS Firewall Manager .