RuleBatchParametersArgs

data class RuleBatchParametersArgs(val arrayProperties: Output<RuleBatchArrayPropertiesArgs>? = null, val jobDefinition: Output<String>, val jobName: Output<String>, val retryStrategy: Output<RuleBatchRetryStrategyArgs>? = null) : ConvertibleToJava<RuleBatchParametersArgs>

Constructors

Link copied to clipboard
constructor(arrayProperties: Output<RuleBatchArrayPropertiesArgs>? = null, jobDefinition: Output<String>, jobName: Output<String>, retryStrategy: Output<RuleBatchRetryStrategyArgs>? = null)

Properties

Link copied to clipboard

The array properties for the submitted job, such as the size of the array. The array size can be between 2 and 10,000. If you specify array properties for a job, it becomes an array job. This parameter is used only if the target is an AWS Batch job.

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.

Link copied to clipboard

The retry strategy to use for failed jobs, if the target is an AWS Batch job. The retry strategy is the number of times to retry the failed job execution. Valid values are 1–10. When you specify a retry strategy here, it overrides the retry strategy defined in the job definition.

Functions

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