AWS::Batch::JobDefinition EksHostPath - AWS CloudFormation

AWS::Batch::JobDefinition EksHostPath

Specifies the configuration of a Kubernetes hostPath volume. A hostPath volume mounts an existing file or directory from the host node's filesystem into your pod. For more information, see hostPath in the Kubernetes documentation.

Syntax

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

JSON

{ "Path" : String }

YAML

Path: String

Properties

Path

The path of the file or directory on the host to mount into containers on the pod.

Required: No

Type: String

Update requires: No interruption