Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

EksAttemptDetail - AWS Batch

EksAttemptDetail

An object that represents the details of a job attempt for a job attempt by an Amazon EKS container.

Contents

containers

The details for the final status of the containers for this job attempt.

Type: Array of EksAttemptContainerDetail objects

Required: No

eksClusterArn

The Amazon Resource Name (ARN) of the Amazon EKS cluster.

Type: String

Required: No

initContainers

The details for the init containers.

Type: Array of EksAttemptContainerDetail objects

Required: No

nodeName

The name of the node for this job attempt.

Type: String

Required: No

podName

The name of the pod for this job attempt.

Type: String

Required: No

podNamespace

The namespace of the Amazon EKS cluster that the pod exists in.

Type: String

Required: No

startedAt

The Unix timestamp (in milliseconds) for when the attempt was started (when the attempt transitioned from the STARTING state to the RUNNING state).

Type: Long

Required: No

statusReason

A short, human-readable string to provide additional details for the current status of the job attempt.

Type: String

Required: No

stoppedAt

The Unix timestamp (in milliseconds) for when the attempt was stopped. This happens when the attempt transitioned from the RUNNING state to a terminal state, such as SUCCEEDED or FAILED.

Type: Long

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.