@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:19:53.097Z")
public interface ISynthesisSession
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.
|
java.lang.String |
getOutdir()
The output directory for this synthesis session.
|
default java.lang.Boolean |
getValidateOnSynth()
Whether the stack should be validated after synthesis to check for error metadata.
|
void |
setAssembly(CloudAssemblyBuilder value)
Cloud assembly builder.
|
void |
setOutdir(java.lang.String value)
The output directory for this synthesis session.
|
default void |
setValidateOnSynth(java.lang.Boolean value)
Whether the stack should be validated after synthesis to check for error metadata.
|
CloudAssemblyBuilder getAssembly()
void setAssembly(CloudAssemblyBuilder value)
java.lang.String getOutdir()
void setOutdir(java.lang.String value)
default java.lang.Boolean getValidateOnSynth()
Default: - false
default void setValidateOnSynth(java.lang.Boolean value)
Default: - false