@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-31T18:36:55.465Z") public interface ProjectNotifyOnOptions extends NotificationRuleOptions
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.codebuild.*; import software.amazon.awscdk.services.codestarnotifications.*; ProjectNotifyOnOptions projectNotifyOnOptions = ProjectNotifyOnOptions.builder() .events(List.of(ProjectNotificationEvents.BUILD_FAILED)) // the properties below are optional .detailType(DetailType.BASIC) .enabled(false) .notificationRuleName("notificationRuleName") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
ProjectNotifyOnOptions.Builder
A builder for
ProjectNotifyOnOptions |
static class |
ProjectNotifyOnOptions.Jsii$Proxy
An implementation for
ProjectNotifyOnOptions |
Modifier and Type | Method and Description |
---|---|
static ProjectNotifyOnOptions.Builder |
builder() |
java.util.List<ProjectNotificationEvents> |
getEvents()
A list of event types associated with this notification rule for CodeBuild Project.
|
getDetailType, getEnabled, getNotificationRuleName
java.util.List<ProjectNotificationEvents> getEvents()
For a complete list of event types and IDs, see Notification concepts in the Developer Tools Console User Guide.
static ProjectNotifyOnOptions.Builder builder()
builder
in interface NotificationRuleOptions
ProjectNotifyOnOptions.Builder
of ProjectNotifyOnOptions