| Package | Description |
|---|---|
| software.amazon.awscdk.services.codestarnotifications |
AWS CodeStarNotifications Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnNotificationRule.Builder |
CfnNotificationRule.Builder.create(software.constructs.Construct scope,
String id) |
CfnNotificationRule.Builder |
CfnNotificationRule.Builder.createdBy(String createdBy)
`AWS::CodeStarNotifications::NotificationRule.CreatedBy`.
|
CfnNotificationRule.Builder |
CfnNotificationRule.Builder.detailType(String detailType)
The level of detail to include in the notifications for this resource.
|
CfnNotificationRule.Builder |
CfnNotificationRule.Builder.eventTypeId(String eventTypeId)
`AWS::CodeStarNotifications::NotificationRule.EventTypeId`.
|
CfnNotificationRule.Builder |
CfnNotificationRule.Builder.eventTypeIds(List<String> eventTypeIds)
A list of event types associated with this notification rule.
|
CfnNotificationRule.Builder |
CfnNotificationRule.Builder.name(String name)
The name for the notification rule.
|
CfnNotificationRule.Builder |
CfnNotificationRule.Builder.resource(String resource)
The Amazon Resource Name (ARN) of the resource to associate with the notification rule.
|
CfnNotificationRule.Builder |
CfnNotificationRule.Builder.status(String status)
The status of the notification rule.
|
CfnNotificationRule.Builder |
CfnNotificationRule.Builder.tags(Object tags)
A list of tags to apply to this notification rule.
|
CfnNotificationRule.Builder |
CfnNotificationRule.Builder.targetAddress(String targetAddress)
`AWS::CodeStarNotifications::NotificationRule.TargetAddress`.
|
CfnNotificationRule.Builder |
CfnNotificationRule.Builder.targets(IResolvable targets)
A list of Amazon Resource Names (ARNs) of AWS Chatbot topics and AWS Chatbot clients to associate with the notification rule.
|
CfnNotificationRule.Builder |
CfnNotificationRule.Builder.targets(List<? extends Object> targets)
A list of Amazon Resource Names (ARNs) of AWS Chatbot topics and AWS Chatbot clients to associate with the notification rule.
|
Copyright © 2022. All rights reserved.