Builder
Properties
The array properties of the job, if it's an array job.
A list of job attempts that are associated with this job.
An object that represents the details for 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. This is specifically 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.
A list of job IDs that this job depends on.
A list of job attempts that are associated with this job.
An object with various properties that are specific to Amazon EKS based jobs. Only one of container
, eksProperties
, or nodeDetails
is specified.
Indicates whether the job is canceled.
Indicates whether the job is terminated.
The Amazon Resource Name (ARN) of the job definition that this job uses.
An object that represents the details of a node that's associated with a multi-node parallel job.
An object that represents the node properties of a multi-node parallel job.
Additional parameters that are passed to the job that replace parameter substitution placeholders or override any corresponding parameter defaults from the job definition.
The platform capabilities required by the job definition. If no value is specified, it defaults to EC2
. Jobs run on Fargate resources specify FARGATE
.
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 when the tasks are created. 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.
The retry strategy to use for this job if an attempt fails.
The scheduling policy of the job definition. This only affects jobs in job queues with a fair share policy. Jobs with a higher scheduling priority are scheduled before jobs with a lower scheduling priority.
The share identifier for the job.
A short, human-readable string to provide more details for the current status of the job.
The timeout configuration for the job.
Functions
construct an aws.sdk.kotlin.services.batch.model.ArrayPropertiesDetail inside the given block
construct an aws.sdk.kotlin.services.batch.model.ContainerDetail inside the given block
construct an aws.sdk.kotlin.services.batch.model.EksPropertiesDetail inside the given block
construct an aws.sdk.kotlin.services.batch.model.NodeDetails inside the given block
construct an aws.sdk.kotlin.services.batch.model.NodeProperties inside the given block
construct an aws.sdk.kotlin.services.batch.model.RetryStrategy inside the given block
construct an aws.sdk.kotlin.services.batch.model.JobTimeout inside the given block