aws-cdk-lib.aws_ssmincidents.CfnResponsePlan.NotificationTargetItemProperty

interface NotificationTargetItemProperty

LanguageType name
.NETAmazon.CDK.AWS.SSMIncidents.CfnResponsePlan.NotificationTargetItemProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsssmincidents#CfnResponsePlan_NotificationTargetItemProperty
Javasoftware.amazon.awscdk.services.ssmincidents.CfnResponsePlan.NotificationTargetItemProperty
Pythonaws_cdk.aws_ssmincidents.CfnResponsePlan.NotificationTargetItemProperty
TypeScript aws-cdk-lib » aws_ssmincidents » CfnResponsePlan » NotificationTargetItemProperty

The SNS topic that's used by AWS Chatbot to notify the incidents chat channel.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ssmincidents as ssmincidents } from 'aws-cdk-lib';
const notificationTargetItemProperty: ssmincidents.CfnResponsePlan.NotificationTargetItemProperty = {
  snsTopicArn: 'snsTopicArn',
};

Properties

NameTypeDescription
snsTopicArn?stringThe Amazon Resource Name (ARN) of the SNS topic.

snsTopicArn?

Type: string (optional)

The Amazon Resource Name (ARN) of the SNS topic.