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 theRUNNING
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 asSUCCEEDED
orFAILED
.Type: Long
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: