AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails

A mount point for the data volumes in the container.

Types

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

Properties

Link copied to clipboard

The path on the container to mount the host volume at.

Link copied to clipboard

Whether the container has read-only access to the volume.

Link copied to clipboard

The name of the volume to mount. Must match the name of a volume listed in VolumeDetails for the task definition.

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