public static final class CfnAutoScalingGroup.NotificationConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAutoScalingGroup.NotificationConfigurationProperty
CfnAutoScalingGroup.NotificationConfigurationProperty
CfnAutoScalingGroup.NotificationConfigurationProperty.Builder, CfnAutoScalingGroup.NotificationConfigurationProperty.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) |
java.util.List<java.lang.String> |
getNotificationTypes()
A list of event types that send a notification.
|
java.lang.String |
getTopicArn()
The Amazon Resource Name (ARN) of the Amazon SNS topic.
|
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 java.lang.String getTopicArn()
CfnAutoScalingGroup.NotificationConfigurationProperty
getTopicArn
in interface CfnAutoScalingGroup.NotificationConfigurationProperty
public final java.util.List<java.lang.String> getNotificationTypes()
CfnAutoScalingGroup.NotificationConfigurationProperty
Allowed values :
autoscaling:EC2_INSTANCE_LAUNCH
autoscaling:EC2_INSTANCE_LAUNCH_ERROR
autoscaling:EC2_INSTANCE_TERMINATE
autoscaling:EC2_INSTANCE_TERMINATE_ERROR
autoscaling:TEST_NOTIFICATION
getNotificationTypes
in interface CfnAutoScalingGroup.NotificationConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()