@Stability(value=Experimental) @Internal public static final class StageSynthesisOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StageSynthesisOptions
StageSynthesisOptionssoftware.amazon.jsii.JsiiObject.InitializationModeStageSynthesisOptions.Builder, StageSynthesisOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Boolean force,
Boolean skipValidation,
Boolean validateOnSynthesis)
Constructor that initializes the object based on literal property values passed by the
StageSynthesisOptions.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getForce()
(experimental) Force a re-synth, even if the stage has already been synthesized.
|
Boolean |
getSkipValidation()
(experimental) Should we skip construct validation.
|
Boolean |
getValidateOnSynthesis()
(experimental) Whether the stack should be validated after synthesis to check for error metadata.
|
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(Boolean force, Boolean skipValidation, Boolean validateOnSynthesis)
StageSynthesisOptions.Builder.public final Boolean getForce()
StageSynthesisOptionsThis is used by tests to allow for incremental verification of the output. Do not use in production.
Default: false
getForce in interface StageSynthesisOptionspublic final Boolean getSkipValidation()
StageSynthesisOptionsDefault: - false
getSkipValidation in interface StageSynthesisOptionspublic final Boolean getValidateOnSynthesis()
StageSynthesisOptionsDefault: - false
getValidateOnSynthesis in interface StageSynthesisOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.