Uses of Class
software.amazon.awscdk.services.codestarnotifications.CfnNotificationRule.Builder
Packages that use CfnNotificationRule.Builder
Package
Description
AWS CodeStarNotifications Construct Library
-
Uses of CfnNotificationRule.Builder in software.amazon.awscdk.services.codestarnotifications
Methods in software.amazon.awscdk.services.codestarnotifications that return CfnNotificationRule.BuilderModifier and TypeMethodDescriptionstatic CfnNotificationRule.Builder
The name or email alias of the person who created the notification rule.CfnNotificationRule.Builder.detailType
(String detailType) The level of detail to include in the notifications for this resource.CfnNotificationRule.Builder.eventTypeId
(String eventTypeId) The event type associated with this notification rule.CfnNotificationRule.Builder.eventTypeIds
(List<String> eventTypeIds) A list of event types associated with this notification rule.The name for the notification rule.The Amazon Resource Name (ARN) of the resource to associate with the notification rule.The status of the notification rule.A list of tags to apply to this notification rule.CfnNotificationRule.Builder.targetAddress
(String targetAddress) The Amazon Resource Name (ARN) of the Amazon SNS topic or AWS Chatbot client.A list of Amazon Resource Names (ARNs) of Amazon SNS topics and AWS Chatbot clients to associate with the notification rule.CfnNotificationRule.Builder.targets
(IResolvable targets) A list of Amazon Resource Names (ARNs) of Amazon SNS topics and AWS Chatbot clients to associate with the notification rule.