Module: AWSCDK::Codepipeline::RetryMode

Defined in:
codepipeline/retry_mode.rb

Overview

The method that you want to configure for automatic stage retry on stage failure.

You can specify to retry only failed action in the stage or all actions in the stage.

Constant Summary collapse

ALL_ACTIONS =
Deprecated.
Note:

Default:

Retry all actions under this stage.

Jsii::Enum.new("aws-cdk-lib.aws_codepipeline.RetryMode", "ALL_ACTIONS")
FAILED_ACTIONS =
Deprecated.
Note:

Default:

Only retry failed actions.

Jsii::Enum.new("aws-cdk-lib.aws_codepipeline.RetryMode", "FAILED_ACTIONS")