@Stability(value=Stable) @Internal public static final class SynthesisOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SynthesisOptions
SynthesisOptions
software.amazon.jsii.JsiiObject.InitializationMode
SynthesisOptions.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, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final String getOutdir()
SynthesisOptions
Default: - creates a temporary directory
getOutdir
in interface SynthesisOptions
public final Map<String,Object> getSessionContext()
SynthesisOptions
Default: - no additional context is passed to `onSynthesize`
getSessionContext
in interface SynthesisOptions
public final Boolean getSkipValidation()
SynthesisOptions
Default: false
getSkipValidation
in interface SynthesisOptions
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2020. All rights reserved.