aws-cdk-lib.aws_codestarnotifications.INotificationRuleTarget

interface INotificationRuleTarget

LanguageType name
.NETAmazon.CDK.AWS.CodeStarNotifications.INotificationRuleTarget
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscodestarnotifications#INotificationRuleTarget
Javasoftware.amazon.awscdk.services.codestarnotifications.INotificationRuleTarget
Pythonaws_cdk.aws_codestarnotifications.INotificationRuleTarget
TypeScript (source)aws-cdk-lib » aws_codestarnotifications » INotificationRuleTarget

Implemented by SlackChannelConfiguration, Topic

Represents a notification target That allows AWS Chatbot and SNS topic to associate with this rule target.

Methods

NameDescription
bindAsNotificationRuleTarget(scope)Returns a target configuration for notification rule.

bindAsNotificationRuleTarget(scope)

public bindAsNotificationRuleTarget(scope: Construct): NotificationRuleTargetConfig

Parameters

  • scope Construct

Returns

  • NotificationRuleTargetConfig

Returns a target configuration for notification rule.