@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:45.957Z") @Stability(value=Experimental) public interface StageSynthesisOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
StageSynthesisOptions.Builder
A builder for
StageSynthesisOptions |
static class |
StageSynthesisOptions.Jsii$Proxy
An implementation for
StageSynthesisOptions |
| Modifier and Type | Method and Description |
|---|---|
static StageSynthesisOptions.Builder |
builder() |
default Boolean |
getForce()
(experimental) Force a re-synth, even if the stage has already been synthesized.
|
default Boolean |
getSkipValidation()
(experimental) Should we skip construct validation.
|
default Boolean |
getValidateOnSynthesis()
(experimental) Whether the stack should be validated after synthesis to check for error metadata.
|
@Stability(value=Experimental) @Nullable default Boolean getForce()
This is used by tests to allow for incremental verification of the output. Do not use in production.
Default: false
@Stability(value=Experimental) @Nullable default Boolean getSkipValidation()
Default: - false
@Stability(value=Experimental) @Nullable default Boolean getValidateOnSynthesis()
Default: - false
@Stability(value=Experimental) static StageSynthesisOptions.Builder builder()
StageSynthesisOptions.Builder of StageSynthesisOptionsCopyright © 2021. All rights reserved.