Class CfnPipePropsMixin.BatchRetryStrategyProperty
The retry strategy that's associated with a job.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Pipes.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnPipePropsMixin.BatchRetryStrategyProperty : CfnPipePropsMixin.IBatchRetryStrategyProperty
Syntax (vb)
Public Class CfnPipePropsMixin.BatchRetryStrategyProperty Implements CfnPipePropsMixin.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.Mixins.Preview.AWS.Pipes.Mixins;
var batchRetryStrategyProperty = new BatchRetryStrategyProperty {
Attempts = 123
};
Synopsis
Constructors
| BatchRetryStrategyProperty() | The retry strategy that's associated with a job. |
Properties
| Attempts | The number of times to move a job to the |
Constructors
BatchRetryStrategyProperty()
The retry strategy that's associated with a job.
public BatchRetryStrategyProperty()
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.Mixins.Preview.AWS.Pipes.Mixins;
var batchRetryStrategyProperty = new BatchRetryStrategyProperty {
Attempts = 123
};
Properties
Attempts
The number of times to move a job to the RUNNABLE status.
public double? Attempts { get; set; }
Property Value
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