This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Batch::JobDefinition EksPersistentVolumeClaim
A persistentVolumeClaim volume is used to mount a PersistentVolume
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
- ClaimName
- 
                    The name of the persistentVolumeClaimbounded to apersistentVolume. For more information, see Persistent Volume Claimsin the Kubernetes documentation. Required: Yes Type: String Update requires: No interruption 
- ReadOnly
- 
                    An optional boolean value indicating if the mount is read only. Default is false. For more information, see Read Only Mounts in the Kubernetes documentation. Required: No Type: Boolean Update requires: No interruption