interface INotificationRuleTarget
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.CodeStarNotifications.INotificationRuleTarget |
Java | software.amazon.awscdk.services.codestarnotifications.INotificationRuleTarget |
Python | aws_cdk.aws_codestarnotifications.INotificationRuleTarget |
TypeScript (source) | @aws-cdk/aws-codestarnotifications » INotificationRuleTarget |
Implemented by
Slack
, Topic
Represents a notification target That allows AWS Chatbot and SNS topic to associate with this rule target.
Methods
Name | Description |
---|---|
bind | Returns a target configuration for notification rule. |
AsNotificationRuleTarget(scope)
bindpublic bindAsNotificationRuleTarget(scope: Construct): NotificationRuleTargetConfig
Parameters
- scope
Construct
Returns
Returns a target configuration for notification rule.