AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.EventBridge.Model.BatchParameters

Namespace: Amazon.EventBridge.Model
Assembly: AWSSDK.EventBridge.dll
Version: 3.x.y.z

Syntax

C#
public class BatchParameters

The BatchParameters type exposes the following members

Constructors

NameDescription
Public Method BatchParameters()

Properties

NameTypeDescription
Public Property ArrayProperties Amazon.EventBridge.Model.BatchArrayProperties

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 Property JobDefinition System.String

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 Property JobName System.String

Gets and sets the property JobName.

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

Public Property RetryStrategy Amazon.EventBridge.Model.BatchRetryStrategy

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.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5