EksPodPropertiesOverride - AWS Batch
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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: