RetryConfigInput - Amazon CloudWatch Synthetics

RetryConfigInput

This structure contains information about the canary's retry configuration.

Note

The default account level concurrent execution limit from Lambda is 1000. When you have more than 1000 canaries, it's possible there are more than 1000 Lambda invocations due to retries and the console might hang. For more information on the Lambda execution limit, see Understanding Lambda function scaling.

Note

For canary with MaxRetries = 2, you need to set the CanaryRunConfigInput.TimeoutInSeconds to less than 600 seconds to avoid validation errors.

Contents

MaxRetries

The maximum number of retries. The value must be less than or equal to 2.

Type: Integer

Valid Range: Minimum value of 0. Maximum value of 2.

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: