@Stability(value=Stable) @Internal public static final class RepositoryNotifyOnOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RepositoryNotifyOnOptions
RepositoryNotifyOnOptionssoftware.amazon.jsii.JsiiObject.InitializationModeRepositoryNotifyOnOptions.Builder, RepositoryNotifyOnOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(RepositoryNotifyOnOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
RepositoryNotifyOnOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
DetailType |
getDetailType()
The level of detail to include in the notifications for this resource.
|
Boolean |
getEnabled()
The status of the notification rule.
|
List<RepositoryNotificationEvents> |
getEvents()
A list of event types associated with this notification rule for CodeCommit repositories.
|
String |
getNotificationRuleName()
The name for the notification rule.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(RepositoryNotifyOnOptions.Builder builder)
RepositoryNotifyOnOptions.Builder.public final List<RepositoryNotificationEvents> getEvents()
RepositoryNotifyOnOptionsFor a complete list of event types and IDs, see Notification concepts in the Developer Tools Console User Guide.
getEvents in interface RepositoryNotifyOnOptionspublic final DetailType getDetailType()
NotificationRuleOptionsBASIC will include only the contents of the event as it would appear in AWS CloudWatch. FULL will include any supplemental information provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created.
Default: DetailType.FULL
getDetailType in interface NotificationRuleOptionspublic final Boolean getEnabled()
NotificationRuleOptionsIf the enabled is set to DISABLED, notifications aren't sent for the notification rule.
Default: true
getEnabled in interface NotificationRuleOptionspublic final String getNotificationRuleName()
NotificationRuleOptionsNotification rule names must be unique in your AWS account.
Default: - generated from the `id`
getNotificationRuleName in interface NotificationRuleOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.