@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-07-09T19:17:34.220Z") @Stability(value=Stable) 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()
Force a re-synth, even if the stage has already been synthesized.
|
default Boolean |
getSkipValidation()
Should we skip construct validation.
|
default Boolean |
getValidateOnSynthesis()
Whether the stack should be validated after synthesis to check for error metadata.
|
@Stability(value=Stable) @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=Stable) @Nullable default Boolean getSkipValidation()
Default: - false
@Stability(value=Stable) @Nullable default Boolean getValidateOnSynthesis()
Default: - false
@Stability(value=Stable) static StageSynthesisOptions.Builder builder()
StageSynthesisOptions.Builder of StageSynthesisOptionsCopyright © 2021. All rights reserved.