EventTargetBatchTarget

data class EventTargetBatchTarget(val arraySize: Int? = null, val jobAttempts: Int? = null, val jobDefinition: String, val jobName: String)

Constructors

Link copied to clipboard
constructor(arraySize: Int? = null, jobAttempts: Int? = null, jobDefinition: String, jobName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arraySize: Int? = null

The size of the array, if this is an array batch job. Valid values are integers between 2 and 10,000.

Link copied to clipboard
val jobAttempts: Int? = null

The number of times to attempt to retry, if the job fails. Valid values are 1 to 10.

Link copied to clipboard

The ARN or name of the job definition to use if the event target is an AWS Batch job. This job definition must already exist.

Link copied to clipboard

The name to use for this execution of the job, if the target is an AWS Batch job.