Package software.amazon.awscdk.core
Interface ISynthesisSession.Jsii$Default
- All Superinterfaces:
ISynthesisSession
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ISynthesisSession.Jsii$Proxy
- Enclosing interface:
ISynthesisSession
Internal default implementation for
ISynthesisSession
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.ISynthesisSession
ISynthesisSession.Jsii$Default, ISynthesisSession.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault CloudAssemblyBuilder
Cloud assembly builder.default String
The output directory for this synthesis session.default Boolean
Whether the stack should be validated after synthesis to check for error metadata.default void
setAssembly
(CloudAssemblyBuilder value) Cloud assembly builder.default void
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.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAssembly
Cloud assembly builder.- Specified by:
getAssembly
in interfaceISynthesisSession
-
setAssembly
Cloud assembly builder.- Specified by:
setAssembly
in interfaceISynthesisSession
-
getOutdir
The output directory for this synthesis session.- Specified by:
getOutdir
in interfaceISynthesisSession
-
setOutdir
The output directory for this synthesis session.- Specified by:
setOutdir
in interfaceISynthesisSession
-
getValidateOnSynth
Whether the stack should be validated after synthesis to check for error metadata.Default: - false
- Specified by:
getValidateOnSynth
in interfaceISynthesisSession
-
setValidateOnSynth
Whether the stack should be validated after synthesis to check for error metadata.Default: - false
- Specified by:
setValidateOnSynth
in interfaceISynthesisSession
-