FailureConditions - CodePipeline

FailureConditions

The configuration that specifies the result, such as rollback, to occur upon stage failure. For more information about conditions, see Stage conditions and How do stage conditions work?.

Contents

conditions

The conditions that are configured as failure conditions. For more information about conditions, see Stage conditions and How do stage conditions work?.

Type: Array of Condition objects

Array Members: Fixed number of 1 item.

Required: No

result

The specified result for when the failure conditions are met, such as rolling back the stage.

Type: String

Valid Values: ROLLBACK | FAIL | RETRY | SKIP

Required: No

retryConfiguration

The retry configuration specifies automatic retry for a failed stage, along with the configured retry mode.

Type: RetryConfiguration object

Required: No

See Also

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