AttemptTaskContainerDetails

An object that represents the details of a container that's part of a job attempt.

Types

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

Properties

Link copied to clipboard

The exit code for the container’s attempt. A non-zero exit code is considered failed.

Link copied to clipboard

The name of the Amazon CloudWatch Logs log stream that's associated with the container. The log group for Batch jobs is /aws/batch/job. Each container attempt receives a log stream name when they reach the RUNNING status.

Link copied to clipboard
val name: String?

The name of a container.

Link copied to clipboard

The network interfaces that are associated with the job attempt.

Link copied to clipboard

A short (255 max characters) string that's easy to understand and provides 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