Class NotificationConfiguration.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.autoscaling.NotificationConfiguration.Jsii$Proxy
- All Implemented Interfaces:
NotificationConfiguration
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
NotificationConfiguration
@Stability(Stable)
@Internal
public static final class NotificationConfiguration.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements NotificationConfiguration
An implementation for
NotificationConfiguration
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.autoscaling.NotificationConfiguration
NotificationConfiguration.Builder, NotificationConfiguration.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theNotificationConfiguration.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final ScalingEvents
Which fleet scaling events triggers a notification.final ITopic
getTopic()
SNS topic to send notifications about fleet scaling events.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theNotificationConfiguration.Builder
.
-
-
Method Details
-
getTopic
Description copied from interface:NotificationConfiguration
SNS topic to send notifications about fleet scaling events.- Specified by:
getTopic
in interfaceNotificationConfiguration
-
getScalingEvents
Description copied from interface:NotificationConfiguration
Which fleet scaling events triggers a notification.Default: ScalingEvents.ALL
- Specified by:
getScalingEvents
in interfaceNotificationConfiguration
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-