EksAttemptDetail

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The details for the init containers.

Link copied to clipboard

The name of the node for this job attempt.

Link copied to clipboard

The name of the pod for this job attempt.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: EksAttemptDetail.Builder.() -> Unit = {}): EksAttemptDetail
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String