Skip to main content

AWSECSLinuxContainerTmpfs

No description

type AWSECSLinuxContainerTmpfs {
containerPath: String!
size: Int!
mountOptions: [String!]!
}

Fields

AWSECSLinuxContainerTmpfs.containerPath ● String! non-null scalar

The absolute file path where the tmpfs volume is to be mounted

AWSECSLinuxContainerTmpfs.size ● Int! non-null scalar

The maximum size (in MiB) of the tmpfs volume

AWSECSLinuxContainerTmpfs.mountOptions ● [String!]! non-null scalar

The list of tmpfs volume mount options

Member of

AWSECSLinuxContainerParameters object