Class CfnTaskDefinition.TmpfsProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.CfnTaskDefinition.TmpfsProperty.Jsii$Proxy
All Implemented Interfaces:
CfnTaskDefinition.TmpfsProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnTaskDefinition.TmpfsProperty

@Stability(Stable) @Internal public static final class CfnTaskDefinition.TmpfsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTaskDefinition.TmpfsProperty
An implementation for CfnTaskDefinition.TmpfsProperty
  • 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

      protected Jsii$Proxy(CfnTaskDefinition.TmpfsProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnTaskDefinition.TmpfsProperty.Builder.
  • Method Details

    • getSize

      public final Number getSize()
      Description copied from interface: CfnTaskDefinition.TmpfsProperty
      The maximum size (in MiB) of the tmpfs volume.
      Specified by:
      getSize in interface CfnTaskDefinition.TmpfsProperty
    • getContainerPath

      public final String getContainerPath()
      Description copied from interface: CfnTaskDefinition.TmpfsProperty
      The absolute file path where the tmpfs volume is to be mounted.
      Specified by:
      getContainerPath in interface CfnTaskDefinition.TmpfsProperty
    • getMountOptions

      public final List<String> getMountOptions()
      Description copied from interface: CfnTaskDefinition.TmpfsProperty
      The list of tmpfs volume mount options.

      Valid values: "defaults" | "ro" | "rw" | "suid" | "nosuid" | "dev" | "nodev" | "exec" | "noexec" | "sync" | "async" | "dirsync" | "remount" | "mand" | "nomand" | "atime" | "noatime" | "diratime" | "nodiratime" | "bind" | "rbind" | "unbindable" | "runbindable" | "private" | "rprivate" | "shared" | "rshared" | "slave" | "rslave" | "relatime" | "norelatime" | "strictatime" | "nostrictatime" | "mode" | "uid" | "gid" | "nr_inodes" | "nr_blocks" | "mpol"

      Specified by:
      getMountOptions in interface CfnTaskDefinition.TmpfsProperty
    • $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