@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:35.939Z") @Stability(value=Stable) public interface StageSynthesisOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.*;
StageSynthesisOptions stageSynthesisOptions = StageSynthesisOptions.builder()
.force(false)
.skipValidation(false)
.validateOnSynthesis(false)
.build();
| 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 © 2022. All rights reserved.