AWS::Batch::JobDefinition EksContainerVolumeMount
The volume mounts for a container for an Amazon EKS job. For more information about volumes and
volume mounts in Kubernetes, see Volumes
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
Properties
MountPath
-
The path on the container where the volume is mounted.
Required: No
Type: String
Update requires: No interruption
Name
-
The name the volume mount. This must match the name of one of the volumes in the pod.
Required: No
Type: String
Update requires: No interruption
ReadOnly
-
If this value is
true
, the container has read-only access to the volume. Otherwise, the container can write to the volume. The default value isfalse
.Required: No
Type: Boolean
Update requires: No interruption