GetJobDefinitionEksPropertyPodPropertyInitContainerVolumeMount

data class GetJobDefinitionEksPropertyPodPropertyInitContainerVolumeMount(val mountPath: String, val name: String, val readOnly: Boolean)

Constructors

constructor(mountPath: String, name: String, readOnly: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The path on the container where the volume is mounted.

Link copied to clipboard

The name of the job definition to register. It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).

Link copied to clipboard

If this value is true, the container has read-only access to the volume.