EksPodPropertiesOverride - Amazon Batch
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).

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 conatainers 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 Containers in the Kubernetes documentation.

Note

This object is limited to 10 elements

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 Amazon SDKs, see the following: