interface NotificationChannelReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.FMS.NotificationChannelReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsfms#NotificationChannelReference |
![]() | software.amazon.awscdk.services.fms.NotificationChannelReference |
![]() | aws_cdk.aws_fms.NotificationChannelReference |
![]() | aws-cdk-lib » aws_fms » NotificationChannelReference |
A reference to a NotificationChannel resource.
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 notificationChannelReference: fms.NotificationChannelReference = {
snsTopicArn: 'snsTopicArn',
};
Properties
Name | Type | Description |
---|---|---|
sns | string | The SnsTopicArn of the NotificationChannel resource. |
snsTopicArn
Type:
string
The SnsTopicArn of the NotificationChannel resource.