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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.StageSynthesisOptions
StageSynthesisOptions.Builder, StageSynthesisOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(StageSynthesisOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theStageSynthesisOptions.Builder
.protected
Jsii$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.JsonNode
final boolean
final Boolean
Whether or not to throw a warning instead of an error if the construct tree has been mutated since the last synth.final Boolean
getForce()
Force a re-synth, even if the stage has already been synthesized.final Boolean
Should we skip construct validation.final Boolean
Whether the stack should be validated after synthesis to check for error metadata.final int
hashCode()
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
-
getErrorOnDuplicateSynth
Description copied from interface:StageSynthesisOptions
Whether 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:
getErrorOnDuplicateSynth
in interfaceStageSynthesisOptions
-
getForce
Description copied from interface:StageSynthesisOptions
Force 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:
getForce
in interfaceStageSynthesisOptions
-
getSkipValidation
Description copied from interface:StageSynthesisOptions
Should we skip construct validation.Default: - false
- Specified by:
getSkipValidation
in interfaceStageSynthesisOptions
-
getValidateOnSynthesis
Description copied from interface:StageSynthesisOptions
Whether the stack should be validated after synthesis to check for error metadata.Default: - false
- Specified by:
getValidateOnSynthesis
in interfaceStageSynthesisOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-