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 protected
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.protected
Jsii$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()
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()
-
-
-
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:SynthesisOptions
The output directory into which to synthesize the cloud assembly.Default: - creates a temporary directory
- Specified by:
getOutdir
in interfaceSynthesisOptions
-
getSessionContext
public final Map<String,Object> getSessionContext()
Description copied from interface:SynthesisOptions
Additional context passed into the synthesis session object when `construct.synth` is called.Default: - no additional context is passed to `onSynthesize`
- Specified by:
getSessionContext
in interfaceSynthesisOptions
-
getSkipValidation
public final Boolean getSkipValidation()
Description copied from interface:SynthesisOptions
Whether synthesis should skip the validation phase.Default: false
- Specified by:
getSkipValidation
in interfaceSynthesisOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-