EksAttemptDetail - 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).

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

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

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