Class CfnTaskDefinition.EphemeralStorageProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.CfnTaskDefinition.EphemeralStorageProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTaskDefinition.EphemeralStorageProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnTaskDefinition.EphemeralStorageProperty
@Stability(Stable)
@Internal
public static final class CfnTaskDefinition.EphemeralStorageProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTaskDefinition.EphemeralStorageProperty
An implementation for
CfnTaskDefinition.EphemeralStorageProperty
-
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.ecs.CfnTaskDefinition.EphemeralStorageProperty
CfnTaskDefinition.EphemeralStorageProperty.Builder, CfnTaskDefinition.EphemeralStorageProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTaskDefinition.EphemeralStorageProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnTaskDefinition.EphemeralStorageProperty.Builder
.
-
-
Method Details
-
getSizeInGiB
Description copied from interface:CfnTaskDefinition.EphemeralStorageProperty
The total amount, in GiB, of ephemeral storage to set for the task.The minimum supported value is
21
GiB and the maximum supported value is200
GiB.- Specified by:
getSizeInGiB
in interfaceCfnTaskDefinition.EphemeralStorageProperty
-
$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()
-