@Stability(value=Stable) @Internal public static final class SynthesisOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SynthesisOptions
SynthesisOptionssoftware.amazon.jsii.JsiiObject.InitializationModeSynthesisOptions.Builder, SynthesisOptions.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(String outdir,
Map<String,? extends Object> sessionContext,
Boolean skipValidation)
Constructor that initializes the object based on literal property values passed by the
SynthesisOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getOutdir()
The output directory into which to synthesize the cloud assembly.
|
Map<String,Object> |
getSessionContext()
Additional context passed into the synthesis session object when `construct.synth` is called.
|
Boolean |
getSkipValidation()
Whether synthesis should skip the validation phase.
|
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.public final String getOutdir()
SynthesisOptionsDefault: - creates a temporary directory
getOutdir in interface SynthesisOptionspublic final Map<String,Object> getSessionContext()
SynthesisOptionsDefault: - no additional context is passed to `onSynthesize`
getSessionContext in interface SynthesisOptionspublic final Boolean getSkipValidation()
SynthesisOptionsDefault: false
getSkipValidation in interface SynthesisOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.