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
  • Constructor Details

  • Method Details

    • getSizeInGiB

      public final Number 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 is 200 GiB.

      Specified by:
      getSizeInGiB in interface CfnTaskDefinition.EphemeralStorageProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object