@Generated(value="jsii-pacmak/1.1.0 (build df55f5e)", date="2020-04-07T12:30:23.743Z") @Stability(value=Stable) public interface SynthesisOptions extends software.amazon.jsii.JsiiSerializable, AssemblyBuildOptions
| 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() |
default String |
getOutdir()
The output directory into which to synthesize the cloud assembly.
|
default Boolean |
getSkipValidation()
Whether synthesis should skip the validation phase.
|
getRuntimeInfo@Stability(value=Stable) @Nullable default String getOutdir()
Default: - creates a temporary directory
@Stability(value=Stable) @Nullable default Boolean getSkipValidation()
Default: false
@Stability(value=Stable) static SynthesisOptions.Builder builder()
builder in interface AssemblyBuildOptionsSynthesisOptions.Builder of SynthesisOptionsCopyright © 2020. All rights reserved.