aws-cdk-lib.aws_fms.CfnNotificationChannelProps

interface CfnNotificationChannelProps

LanguageType name
.NETAmazon.CDK.AWS.FMS.CfnNotificationChannelProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsfms#CfnNotificationChannelProps
Javasoftware.amazon.awscdk.services.fms.CfnNotificationChannelProps
Pythonaws_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

NameTypeDescription
snsRoleNamestringThe Amazon Resource Name (ARN) of the IAM role that allows Amazon SNS to record AWS Firewall Manager activity.
snsTopicArnstringThe 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 .