EksAttemptContainerDetail

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

Types

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

Properties

Link copied to clipboard

The ID for the container.

Link copied to clipboard

The exit code returned for the job attempt. A non-zero exit code is considered failed.

Link copied to clipboard
val name: String?

The name of a container.

Link copied to clipboard

A short (255 max characters) human-readable string to provide additional details for a running or stopped container.

Functions

Link copied to clipboard
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