@Generated(value="jsii-pacmak/1.34.0 (build 9b72778)", date="2021-09-21T20:05:10.935Z") @Stability(value=Stable) public interface ISynthesisSession extends software.amazon.jsii.JsiiSerializable
Passed into Construct.synthesize() methods.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ISynthesisSession.Jsii$Default
Internal default implementation for
ISynthesisSession. |
static class |
ISynthesisSession.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
CloudAssemblyBuilder |
getAssembly()
Cloud assembly builder.
|
String |
getOutdir()
The output directory for this synthesis session.
|
default Boolean |
getValidateOnSynth()
Whether the stack should be validated after synthesis to check for error metadata.
|
void |
setAssembly(CloudAssemblyBuilder value)
Cloud assembly builder.
|
void |
setOutdir(String value)
The output directory for this synthesis session.
|
default void |
setValidateOnSynth(Boolean value)
Whether the stack should be validated after synthesis to check for error metadata.
|
@Stability(value=Stable) @NotNull CloudAssemblyBuilder getAssembly()
void setAssembly(@NotNull
CloudAssemblyBuilder value)
@Stability(value=Stable) @NotNull String getOutdir()
void setOutdir(@NotNull
String value)
@Stability(value=Stable) @Nullable default Boolean getValidateOnSynth()
Default: - false
@Optional
default void setValidateOnSynth(@Nullable
Boolean value)
Default: - false
Copyright © 2021. All rights reserved.