Module: AWSCDK::StepFunctions::JitterType

Defined in:
step_functions/jitter_type.rb

Overview

Values allowed in the retrier JitterStrategy field.

Constant Summary collapse

FULL =
Deprecated.
Note:

Default:

Calculates the delay to be a random number between 0 and the computed backoff for the given retry attempt count.

Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions.JitterType", "FULL")
NONE =
Deprecated.
Note:

Default:

Calculates the delay to be the computed backoff for the given retry attempt count (equivalent to if Jitter was not declared - i.e. the default value).

Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions.JitterType", "NONE")