@Stability(value=Stable) @Internal public static final class NotificationRuleOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NotificationRuleOptions
NotificationRuleOptionssoftware.amazon.jsii.JsiiObject.InitializationModeNotificationRuleOptions.Builder, NotificationRuleOptions.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(NotificationRuleOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
NotificationRuleOptions.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.
|
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(NotificationRuleOptions.Builder builder)
NotificationRuleOptions.Builder.public 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.