Package software.amazon.awscdk
Class StageSynthesisOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.StageSynthesisOptions.Jsii$Proxy
- All Implemented Interfaces:
StageSynthesisOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
StageSynthesisOptions
@Stability(Stable)
@Internal
public static final class StageSynthesisOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements StageSynthesisOptions
An implementation for
StageSynthesisOptions-
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.StageSynthesisOptions
StageSynthesisOptions.Builder, StageSynthesisOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(StageSynthesisOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theStageSynthesisOptions.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 BooleanWhether or not run the stabilization loop while invoking Aspects.final BooleanWhether or not to throw a warning instead of an error if the construct tree has been mutated since the last synth.final BooleangetForce()Force a re-synth, even if the stage has already been synthesized.final BooleanShould we skip construct validation.final BooleanWhether the stack should be validated after synthesis to check for error metadata.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 theStageSynthesisOptions.Builder.
-
-
Method Details
-
getAspectStabilization
Description copied from interface:StageSynthesisOptionsWhether or not run the stabilization loop while invoking Aspects.The stabilization loop runs multiple passes of the construct tree when invoking Aspects. Without the stabilization loop, Aspects that are created by other Aspects are not run and new nodes that are created at higher points on the construct tree by an Aspect will not inherit their parent aspects.
Default: false
- Specified by:
getAspectStabilizationin interfaceStageSynthesisOptions
-
getErrorOnDuplicateSynth
Description copied from interface:StageSynthesisOptionsWhether or not to throw a warning instead of an error if the construct tree has been mutated since the last synth.Default: true
- Specified by:
getErrorOnDuplicateSynthin interfaceStageSynthesisOptions
-
getForce
Description copied from interface:StageSynthesisOptionsForce a re-synth, even if the stage has already been synthesized.This is used by tests to allow for incremental verification of the output. Do not use in production.
Default: false
- Specified by:
getForcein interfaceStageSynthesisOptions
-
getSkipValidation
Description copied from interface:StageSynthesisOptionsShould we skip construct validation.Default: - false
- Specified by:
getSkipValidationin interfaceStageSynthesisOptions
-
getValidateOnSynthesis
Description copied from interface:StageSynthesisOptionsWhether the stack should be validated after synthesis to check for error metadata.Default: - false
- Specified by:
getValidateOnSynthesisin interfaceStageSynthesisOptions
-
$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()
-