Table of Contents

Class BatchRetryStrategy

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

The retry strategy to use for failed jobs, if the target is an Batch job. If you specify a retry strategy here, it overrides the retry strategy defined in the job definition.

public class BatchRetryStrategy
Inheritance
BatchRetryStrategy
Inherited Members

Constructors

BatchRetryStrategy()

public BatchRetryStrategy()

Properties

Attempts

Gets and sets the property Attempts.

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

public int Attempts { get; set; }

Property Value

int