EksPodPropertiesOverride - AWS Batch
This documentation is a draft for private preview for regions in the AWS European Sovereign Cloud. Documentation content will continue to evolve. Published: December 31, 2025.

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 run 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.

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: