AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails

The container path, mount options, and size (in MiB) of a tmpfs mount.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The list of tmpfs volume mount options.

Link copied to clipboard
val size: Int?

The maximum size (in MiB) of the tmpfs volume.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String