class Aws::Batch::Types::JobDetail

An object representing an Batch job.

@!attribute [rw] job_arn

The Amazon Resource Name (ARN) of the job.
@return [String]

@!attribute [rw] job_name

The name of the job.
@return [String]

@!attribute [rw] job_id

The ID for the job.
@return [String]

@!attribute [rw] job_queue

The Amazon Resource Name (ARN) of the job queue that the job is
associated with.
@return [String]

@!attribute [rw] status

The current status for the job.

<note markdown="1"> If your jobs don't progress to `STARTING`, see [Jobs Stuck in
RUNNABLE Status][1] in the troubleshooting section of the *Batch
User Guide*.

 </note>

[1]: https://docs.aws.amazon.com/batch/latest/userguide/troubleshooting.html#job_stuck_in_runnable
@return [String]

@!attribute [rw] attempts

A list of job attempts associated with this job.
@return [Array<Types::AttemptDetail>]

@!attribute [rw] status_reason

A short, human-readable string to provide additional details about
the current status of the job.
@return [String]

@!attribute [rw] created_at

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.
@return [Integer]

@!attribute [rw] retry_strategy

The retry strategy to use for this job if an attempt fails.
@return [Types::RetryStrategy]

@!attribute [rw] started_at

The Unix timestamp (in milliseconds) for when the job was started
(when the job transitioned from the `STARTING` state to the
`RUNNING` state). This parameter isn't provided for child jobs of
array jobs or multi-node parallel jobs.
@return [Integer]

@!attribute [rw] stopped_at

The Unix timestamp (in milliseconds) for when the job was stopped
(when the job transitioned from the `RUNNING` state to a terminal
state, such as `SUCCEEDED` or `FAILED`).
@return [Integer]

@!attribute [rw] depends_on

A list of job IDs that this job depends on.
@return [Array<Types::JobDependency>]

@!attribute [rw] job_definition

The job definition that's used by this job.
@return [String]

@!attribute [rw] parameters

Additional parameters passed to the job that replace parameter
substitution placeholders or override any corresponding parameter
defaults from the job definition.
@return [Hash<String,String>]

@!attribute [rw] container

An object representing the details of the container that's
associated with the job.
@return [Types::ContainerDetail]

@!attribute [rw] node_details

An object representing the details of a node that's associated with
a multi-node parallel job.
@return [Types::NodeDetails]

@!attribute [rw] node_properties

An object representing the node properties of a multi-node parallel
job.

<note markdown="1"> This isn't applicable to jobs that are running on Fargate
resources.

 </note>
@return [Types::NodeProperties]

@!attribute [rw] array_properties

The array properties of the job, if it is an array job.
@return [Types::ArrayPropertiesDetail]

@!attribute [rw] timeout

The timeout configuration for the job.
@return [Types::JobTimeout]

@!attribute [rw] tags

The tags applied to the job.
@return [Hash<String,String>]

@!attribute [rw] propagate_tags

Specifies whether to propagate the tags from the job or job
definition to the corresponding Amazon ECS task. If no value is
specified, the tags aren't propagated. Tags can only be propagated
to the tasks during task creation. For tags with the same name, job
tags are given priority over job definitions tags. If the total
number of combined tags from the job and job definition is over 50,
the job is moved to the `FAILED` state.
@return [Boolean]

@!attribute [rw] platform_capabilities

The platform capabilities required by the job definition. If no
value is specified, it defaults to `EC2`. Jobs run on Fargate
resources specify `FARGATE`.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/JobDetail AWS API Documentation

Constants

SENSITIVE