| Package | Description |
|---|---|
| software.amazon.awscdk.services.codestarnotifications |
AWS CodeStarNotifications Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static NotificationRule.Builder |
NotificationRule.Builder.create(software.constructs.Construct scope,
String id) |
NotificationRule.Builder |
NotificationRule.Builder.detailType(DetailType detailType)
The level of detail to include in the notifications for this resource.
|
NotificationRule.Builder |
NotificationRule.Builder.enabled(Boolean enabled)
The status of the notification rule.
|
NotificationRule.Builder |
NotificationRule.Builder.events(List<String> events)
A list of event types associated with this notification rule.
|
NotificationRule.Builder |
NotificationRule.Builder.notificationRuleName(String notificationRuleName)
The name for the notification rule.
|
NotificationRule.Builder |
NotificationRule.Builder.source(INotificationRuleSource source)
The Amazon Resource Name (ARN) of the resource to associate with the notification rule.
|
NotificationRule.Builder |
NotificationRule.Builder.targets(List<? extends INotificationRuleTarget> targets)
The targets to register for the notification destination.
|
Copyright © 2022. All rights reserved.