Builder
Properties
The array properties of the job, if it's an array job.
An object that represents the details of the container that's associated with the job.
The Unix timestamp (in milliseconds) for when the job was created. For non-array jobs and parent array jobs, this is when the job entered the SUBMITTED
state (at the time SubmitJob was called). For array child jobs, this is when the child job was spawned by its parent and entered the PENDING
state.
The Amazon Resource Name (ARN) of the job definition.
The node properties for a single node in a job summary list.
A short, human-readable string to provide more details for the current status of the job.
Functions
construct an aws.sdk.kotlin.services.batch.model.ArrayPropertiesSummary inside the given block
construct an aws.sdk.kotlin.services.batch.model.ContainerSummary inside the given block
construct an aws.sdk.kotlin.services.batch.model.NodePropertiesSummary inside the given block