public static final class NotificationRuleOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NotificationRuleOptions
NotificationRuleOptions
NotificationRuleOptions.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
DetailType |
getDetailType()
The level of detail to include in the notifications for this resource.
|
java.lang.Boolean |
getEnabled()
The status of the notification rule.
|
java.lang.String |
getNotificationRuleName()
The name for the notification rule.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final DetailType getDetailType()
NotificationRuleOptions
BASIC 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 NotificationRuleOptions
public final java.lang.Boolean getEnabled()
NotificationRuleOptions
If the enabled is set to DISABLED, notifications aren't sent for the notification rule.
Default: true
getEnabled
in interface NotificationRuleOptions
public final java.lang.String getNotificationRuleName()
NotificationRuleOptions
Notification rule names must be unique in your AWS account.
Default: - generated from the `id`
getNotificationRuleName
in interface NotificationRuleOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()