Class CfnPipeline.FailureConditionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.CfnPipeline.FailureConditionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipeline.FailureConditionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipeline.FailureConditionsProperty
@Stability(Stable)
@Internal
public static final class CfnPipeline.FailureConditionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipeline.FailureConditionsProperty
An implementation for
CfnPipeline.FailureConditionsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.CfnPipeline.FailureConditionsProperty
CfnPipeline.FailureConditionsProperty.Builder, CfnPipeline.FailureConditionsProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPipeline.FailureConditionsProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The conditions that are configured as failure conditions.final String
The specified result for when the failure conditions are met, such as rolling back the stage.final Object
The retry configuration specifies automatic retry for a failed stage, along with the configured retry mode.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnPipeline.FailureConditionsProperty.Builder
.
-
-
Method Details
-
getConditions
Description copied from interface:CfnPipeline.FailureConditionsProperty
The conditions that are configured as failure conditions.For more information about conditions, see Stage conditions and How do stage conditions work? .
- Specified by:
getConditions
in interfaceCfnPipeline.FailureConditionsProperty
- See Also:
-
getResult
Description copied from interface:CfnPipeline.FailureConditionsProperty
The specified result for when the failure conditions are met, such as rolling back the stage.- Specified by:
getResult
in interfaceCfnPipeline.FailureConditionsProperty
- See Also:
-
getRetryConfiguration
Description copied from interface:CfnPipeline.FailureConditionsProperty
The retry configuration specifies automatic retry for a failed stage, along with the configured retry mode.- Specified by:
getRetryConfiguration
in interfaceCfnPipeline.FailureConditionsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-