Class CfnApplication.AutoStopConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.emrserverless.CfnApplication.AutoStopConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplication.AutoStopConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplication.AutoStopConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnApplication.AutoStopConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplication.AutoStopConfigurationProperty
An implementation for
CfnApplication.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.services.emrserverless.CfnApplication.AutoStopConfigurationProperty
CfnApplication.AutoStopConfigurationProperty.Builder, CfnApplication.AutoStopConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplication.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 theCfnApplication.AutoStopConfigurationProperty.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnApplication.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 interfaceCfnApplication.AutoStopConfigurationProperty- See Also:
-
getIdleTimeoutMinutes
Description copied from interface:CfnApplication.AutoStopConfigurationPropertyThe amount of idle time in minutes after which your application will automatically stop.Defaults to 15 minutes.
- Specified by:
getIdleTimeoutMinutesin interfaceCfnApplication.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()
-