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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.CfnPipeline.FailureConditionsProperty
CfnPipeline.FailureConditionsProperty.Builder, CfnPipeline.FailureConditionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPipeline.FailureConditionsProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectThe conditions that are configured as failure conditions.final StringThe specified result for when the failure conditions are met, such as rolling back the stage.final ObjectThe retry configuration specifies automatic retry for a failed stage, along with the configured retry mode.final inthashCode()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.FailureConditionsPropertyThe conditions that are configured as failure conditions.For more information about conditions, see Stage conditions and How do stage conditions work? .
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPipeline.ConditionProperty>- Specified by:
getConditionsin interfaceCfnPipeline.FailureConditionsProperty- See Also:
-
getResult
Description copied from interface:CfnPipeline.FailureConditionsPropertyThe specified result for when the failure conditions are met, such as rolling back the stage.- Specified by:
getResultin interfaceCfnPipeline.FailureConditionsProperty- See Also:
-
getRetryConfiguration
Description copied from interface:CfnPipeline.FailureConditionsPropertyThe retry configuration specifies automatic retry for a failed stage, along with the configured retry mode.Returns union: either
IResolvableorCfnPipeline.RetryConfigurationProperty- Specified by:
getRetryConfigurationin interfaceCfnPipeline.FailureConditionsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-