Table of Contents

Class BatchParameters

Namespace
Amazon.EventBridge.Model
Assembly
AWSSDK.EventBridge.dll

The custom parameters to be used when the target is an Batch job.

public class BatchParameters
Inheritance
BatchParameters
Inherited Members

Constructors

BatchParameters()

public BatchParameters()

Properties

ArrayProperties

Gets and sets the property ArrayProperties.

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 Batch job.

public BatchArrayProperties ArrayProperties { get; set; }

Property Value

BatchArrayProperties

JobDefinition

Gets and sets the property JobDefinition.

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

public string JobDefinition { get; set; }

Property Value

string

JobName

Gets and sets the property JobName.

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

public string JobName { get; set; }

Property Value

string

RetryStrategy

Gets and sets the property RetryStrategy.

The retry strategy to use for failed jobs, if the target is an 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.

public BatchRetryStrategy RetryStrategy { get; set; }

Property Value

BatchRetryStrategy