@Stability(value=Stable) @Internal public static final class StageDeploymentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StageDeploymentProps
StageDeploymentPropssoftware.amazon.jsii.JsiiObject.InitializationModeStageDeploymentProps.Builder, StageDeploymentProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(StageDeploymentProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
StageDeploymentProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<Step> |
getPost()
Additional steps to run after all of the stacks in the stage.
|
List<Step> |
getPre()
Additional steps to run before any of the stacks in the stage.
|
List<StackSteps> |
getStackSteps()
Instructions for additional steps that are run at the stack level.
|
String |
getStageName()
Stage name to use in the pipeline.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(StageDeploymentProps.Builder builder)
StageDeploymentProps.Builder.public final List<Step> getPost()
StageDeploymentPropsDefault: - No additional steps
getPost in interface StageDeploymentPropspublic final List<Step> getPre()
StageDeploymentPropsDefault: - No additional steps
getPre in interface StageDeploymentPropspublic final List<StackSteps> getStackSteps()
StageDeploymentPropsDefault: - No additional instructions
getStackSteps in interface StageDeploymentPropspublic final String getStageName()
StageDeploymentPropsDefault: - Use Stage's construct ID
getStageName in interface StageDeploymentProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.