@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:43.737Z") @Stability(value=Experimental) 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()
(experimental) Cloud assembly builder.
|
String |
getOutdir()
(experimental) The output directory for this synthesis session.
|
default Boolean |
getValidateOnSynth()
(experimental) Whether the stack should be validated after synthesis to check for error metadata.
|
void |
setAssembly(CloudAssemblyBuilder value)
(experimental) Cloud assembly builder.
|
void |
setOutdir(String value)
(experimental) The output directory for this synthesis session.
|
default void |
setValidateOnSynth(Boolean value)
(experimental) Whether the stack should be validated after synthesis to check for error metadata.
|
@Stability(value=Experimental) @NotNull CloudAssemblyBuilder getAssembly()
void setAssembly(@NotNull
CloudAssemblyBuilder value)
@Stability(value=Experimental) @NotNull String getOutdir()
void setOutdir(@NotNull
String value)
@Stability(value=Experimental) @Nullable default Boolean getValidateOnSynth()
Default: - false
@Optional
default void setValidateOnSynth(@Nullable
Boolean value)
Default: - false
Copyright © 2021. All rights reserved.