Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.codestarnotifications.CfnNotificationRulePropsMixin.Builder
Packages that use CfnNotificationRulePropsMixin.Builder
-
Uses of CfnNotificationRulePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.codestarnotifications
Methods in software.amazon.awscdk.cfnpropertymixins.services.codestarnotifications that return CfnNotificationRulePropsMixin.BuilderModifier and TypeMethodDescriptionCfnNotificationRulePropsMixin.Builder.create()CfnNotificationRulePropsMixin.Builder.create(CfnPropertyMixinOptions options) The name or email alias of the person who created the notification rule.CfnNotificationRulePropsMixin.Builder.detailType(String detailType) The level of detail to include in the notifications for this resource.CfnNotificationRulePropsMixin.Builder.eventTypeId(String eventTypeId) The event type associated with this notification rule.CfnNotificationRulePropsMixin.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.CfnNotificationRulePropsMixin.Builder.targetAddress(String targetAddress) The Amazon Resource Name (ARN) of the Amazon topic or client.A list of Amazon Resource Names (ARNs) of Amazon topics and clients to associate with the notification rule.CfnNotificationRulePropsMixin.Builder.targets(IResolvable targets) A list of Amazon Resource Names (ARNs) of Amazon topics and clients to associate with the notification rule.