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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.emrserverless.CfnApplication.AutoStopConfigurationProperty
CfnApplication.AutoStopConfigurationProperty.Builder, CfnApplication.AutoStopConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnApplication.AutoStopConfigurationProperty.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 Object
Enables the application to automatically stop after a certain amount of time being idle.final Number
The amount of idle time in minutes after which your application will automatically stop.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 theCfnApplication.AutoStopConfigurationProperty.Builder
.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnApplication.AutoStopConfigurationProperty
Enables the application to automatically stop after a certain amount of time being idle.Defaults to true.
Default: - true
- Specified by:
getEnabled
in interfaceCfnApplication.AutoStopConfigurationProperty
- See Also:
-
getIdleTimeoutMinutes
Description copied from interface:CfnApplication.AutoStopConfigurationProperty
The amount of idle time in minutes after which your application will automatically stop.Defaults to 15 minutes.
- Specified by:
getIdleTimeoutMinutes
in interfaceCfnApplication.AutoStopConfigurationProperty
- See Also:
-
$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()
-