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 CloudAssemblyBuilderCloud assembly builder.default StringThe output directory for this synthesis session.default BooleanWhether the stack should be validated after synthesis to check for error metadata.default voidsetAssembly(CloudAssemblyBuilder value) Cloud assembly builder.default voidThe output directory for this synthesis session.default voidsetValidateOnSynth(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:
getAssemblyin interfaceISynthesisSession
-
setAssembly
Cloud assembly builder.- Specified by:
setAssemblyin interfaceISynthesisSession
-
getOutdir
The output directory for this synthesis session.- Specified by:
getOutdirin interfaceISynthesisSession
-
setOutdir
The output directory for this synthesis session.- Specified by:
setOutdirin interfaceISynthesisSession
-
getValidateOnSynth
Whether the stack should be validated after synthesis to check for error metadata.Default: - false
- Specified by:
getValidateOnSynthin interfaceISynthesisSession
-
setValidateOnSynth
Whether the stack should be validated after synthesis to check for error metadata.Default: - false
- Specified by:
setValidateOnSynthin interfaceISynthesisSession
-