EksVolume
Specifies an Amazon EKS volume for a job definition.
Contents
- name
-
The name of the volume. The name must be allowed as a DNS subdomain name. For more information, see DNS subdomain names
in the Kubernetes documentation. Type: String
Required: Yes
- emptyDir
-
Specifies the configuration of a Kubernetes
emptyDir
volume. For more information, see emptyDirin the Kubernetes documentation. Type: EksEmptyDir object
Required: No
- hostPath
-
Specifies the configuration of a Kubernetes
hostPath
volume. For more information, see hostPathin the Kubernetes documentation. Type: EksHostPath object
Required: No
- secret
-
Specifies the configuration of a Kubernetes
secret
volume. For more information, see secretin the Kubernetes documentation. Type: EksSecret object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: