Package software.amazon.awscdk.pipelines
Class StageDeploymentProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.pipelines.StageDeploymentProps.Jsii$Proxy
- All Implemented Interfaces:
StageDeploymentProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
StageDeploymentProps
@Stability(Stable)
@Internal
public static final class StageDeploymentProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements StageDeploymentProps
An implementation for
StageDeploymentProps-
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.pipelines.StageDeploymentProps
StageDeploymentProps.Builder, StageDeploymentProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(StageDeploymentProps.Builder builder) Constructor that initializes the object based on literal property values passed by theStageDeploymentProps.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 booleangetPost()Additional steps to run after all of the stacks in the stage.getPre()Additional steps to run before any of the stacks in the stage.final List<StackSteps>Instructions for additional steps that are run at the stack level.final StringStage name to use in the pipeline.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 theStageDeploymentProps.Builder.
-
-
Method Details
-
getPost
Description copied from interface:StageDeploymentPropsAdditional steps to run after all of the stacks in the stage.Default: - No additional steps
- Specified by:
getPostin interfaceStageDeploymentProps
-
getPre
Description copied from interface:StageDeploymentPropsAdditional steps to run before any of the stacks in the stage.Default: - No additional steps
- Specified by:
getPrein interfaceStageDeploymentProps
-
getStackSteps
Description copied from interface:StageDeploymentPropsInstructions for additional steps that are run at the stack level.Default: - No additional instructions
- Specified by:
getStackStepsin interfaceStageDeploymentProps
-
getStageName
Description copied from interface:StageDeploymentPropsStage name to use in the pipeline.Default: - Use Stage's construct ID
- Specified by:
getStageNamein interfaceStageDeploymentProps
-
$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()
-