EventTargetBatchTargetArgs

data class EventTargetBatchTargetArgs(val arraySize: Output<Int>? = null, val jobAttempts: Output<Int>? = null, val jobDefinition: Output<String>, val jobName: Output<String>) : ConvertibleToJava<EventTargetBatchTargetArgs>

Constructors

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

Properties

Link copied to clipboard
val arraySize: Output<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: Output<Int>? = null

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

Link copied to clipboard
val jobDefinition: Output<String>

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
val jobName: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): EventTargetBatchTargetArgs