EventTargetBatchTarget constructor
const
EventTargetBatchTarget({})
Creates a new EventTargetBatchTarget.
arraySize The size of the array, if this is an array batch job. Valid values are integers between 2 and 10,000.
jobAttempts The number of times to attempt to retry, if the job fails. Valid values are 1 to 10.
jobDefinition 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.
jobName The name to use for this execution of the job, if the target is an AWS Batch job.
Implementation
const EventTargetBatchTarget({
this.arraySize,
this.jobAttempts,
required this.jobDefinition,
required this.jobName,
});