@Generated(value="jsii-pacmak/1.13.0 (build 385c325)", date="2020-10-12T05:29:29.907Z") @Stability(value=Stable) public interface SynthesisOptions extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
SynthesisOptions.Builder
A builder for
SynthesisOptions |
static class |
SynthesisOptions.Jsii$Proxy
An implementation for
SynthesisOptions |
Modifier and Type | Method and Description |
---|---|
static SynthesisOptions.Builder |
builder() |
String |
getOutdir()
The output directory into which to synthesize the cloud assembly.
|
default Map<String,Object> |
getSessionContext()
Additional context passed into the synthesis session object when `construct.synth` is called.
|
default Boolean |
getSkipValidation()
Whether synthesis should skip the validation phase.
|
@Stability(value=Stable) @NotNull String getOutdir()
Default: - creates a temporary directory
@Stability(value=Stable) @Nullable default Map<String,Object> getSessionContext()
Default: - no additional context is passed to `onSynthesize`
@Stability(value=Stable) @Nullable default Boolean getSkipValidation()
Default: false
@Stability(value=Stable) static SynthesisOptions.Builder builder()
SynthesisOptions.Builder
of SynthesisOptions
Copyright © 2020. All rights reserved.