EksPodPropertiesOverride
An object that contains overrides for the Kubernetes pod properties of a job.
Contents
- containers
-
The overrides for the container that's used on the Amazon EKS pod.
Type: Array of EksContainerOverride objects
Required: No
- initContainers
-
The overrides for the
initContainers
defined in the Amazon EKS pod. These containers run before application containers, always runs to completion, and must complete successfully before the next container starts. These containers are registered with the Amazon EKS Connector agent and persists the registration information in the Kubernetes backend data store. For more information, see Init Containersin the Kubernetes documentation. Type: Array of EksContainerOverride objects
Required: No
- metadata
-
Metadata about the overrides for the container that's used on the Amazon EKS pod.
Type: EksMetadata object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: