AWS::Batch::JobDefinition EksPersistentVolumeClaim - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::Batch::JobDefinition EksPersistentVolumeClaim

A persistentVolumeClaim volume is used to mount a PersistentVolume into a Pod. PersistentVolumeClaims are a way for users to "claim" durable storage without knowing the details of the particular cloud environment. See the information about PersistentVolumes in the Kubernetes documentation.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "ClaimName" : String, "ReadOnly" : Boolean }

YAML

ClaimName: String ReadOnly: Boolean

Properties

ClaimName

The name of the persistentVolumeClaim bounded to a persistentVolume. For more information, see Persistent Volume Claims in 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