interface RetryConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Synthetics.CfnCanary.RetryConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssynthetics#CfnCanary_RetryConfigProperty |
![]() | software.amazon.awscdk.services.synthetics.CfnCanary.RetryConfigProperty |
![]() | aws_cdk.aws_synthetics.CfnCanary.RetryConfigProperty |
![]() | aws-cdk-lib » aws_synthetics » CfnCanary » RetryConfigProperty |
The canary's retry configuration information.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_synthetics as synthetics } from 'aws-cdk-lib';
const retryConfigProperty: synthetics.CfnCanary.RetryConfigProperty = {
maxRetries: 123,
};
Properties
Name | Type | Description |
---|---|---|
max | number | The maximum number of retries. |
maxRetries
Type:
number
The maximum number of retries.
The value must be less than or equal to two.