Interface CfnPipe.IBatchRetryStrategyProperty
The retry strategy that's associated with a job.
Namespace: Amazon.CDK.AWS.Pipes
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IBatchRetryStrategyProperty
Syntax (vb)
Public Interface IBatchRetryStrategyProperty
Remarks
For more information, see Automated job retries in the AWS Batch User Guide .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Pipes;
var batchRetryStrategyProperty = new BatchRetryStrategyProperty {
Attempts = 123
};
Synopsis
Properties
Attempts | The number of times to move a job to the |
Properties
Attempts
The number of times to move a job to the RUNNABLE
status.
virtual Nullable<double> Attempts { get; }
Property Value
System.
Remarks
If the value of attempts
is greater than one, the job is retried on failure the same number of attempts as the value.
Default: - 0