Class CfnApplicationPropsMixin.AutoStopConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.emrserverless.CfnApplicationPropsMixin.AutoStopConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationPropsMixin.AutoStopConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationPropsMixin.AutoStopConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnApplicationPropsMixin.AutoStopConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationPropsMixin.AutoStopConfigurationProperty
An implementation for
CfnApplicationPropsMixin.AutoStopConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.emrserverless.CfnApplicationPropsMixin.AutoStopConfigurationProperty
CfnApplicationPropsMixin.AutoStopConfigurationProperty.Builder, CfnApplicationPropsMixin.AutoStopConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationPropsMixin.AutoStopConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectEnables the application to automatically stop after a certain amount of time being idle.final NumberThe amount of idle time in minutes after which your application will automatically stop.final inthashCode()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 theCfnApplicationPropsMixin.AutoStopConfigurationProperty.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnApplicationPropsMixin.AutoStopConfigurationPropertyEnables the application to automatically stop after a certain amount of time being idle.Defaults to true.
Returns union: either
BooleanorIResolvableDefault: - true
- Specified by:
getEnabledin interfaceCfnApplicationPropsMixin.AutoStopConfigurationProperty- See Also:
-
getIdleTimeoutMinutes
Description copied from interface:CfnApplicationPropsMixin.AutoStopConfigurationPropertyThe amount of idle time in minutes after which your application will automatically stop.Defaults to 15 minutes.
- Specified by:
getIdleTimeoutMinutesin interfaceCfnApplicationPropsMixin.AutoStopConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-