Package software.constructs
Class SynthesisOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.SynthesisOptions.Jsii$Proxy
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,SynthesisOptions
- Enclosing interface:
- SynthesisOptions
@Stability(Stable) @Internal public static final class SynthesisOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SynthesisOptions
An implementation forSynthesisOptions
-
-
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.constructs.SynthesisOptions
SynthesisOptions.Builder, SynthesisOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.protectedJsii$Proxy(SynthesisOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theSynthesisOptions.Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetOutdir()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.BooleangetSkipValidation()Whether synthesis should skip the validation phase.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(SynthesisOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theSynthesisOptions.Builder.
-
-
Method Detail
-
getOutdir
public final String getOutdir()
Description copied from interface:SynthesisOptionsThe output directory into which to synthesize the cloud assembly.Default: - creates a temporary directory
- Specified by:
getOutdirin interfaceSynthesisOptions
-
getSessionContext
public final Map<String,Object> getSessionContext()
Description copied from interface:SynthesisOptionsAdditional context passed into the synthesis session object when `construct.synth` is called.Default: - no additional context is passed to `onSynthesize`
- Specified by:
getSessionContextin interfaceSynthesisOptions
-
getSkipValidation
public final Boolean getSkipValidation()
Description copied from interface:SynthesisOptionsWhether synthesis should skip the validation phase.Default: false
- Specified by:
getSkipValidationin interfaceSynthesisOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-