Package software.amazon.awscdk.core
Interface ISynthesisSession
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ISynthesisSession.Jsii$Default
- All Known Implementing Classes:
ISynthesisSession.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:29:55.078Z")
@Stability(Stable)
public interface ISynthesisSession
extends software.amazon.jsii.JsiiSerializable
Represents a single session of synthesis.
Passed into Construct.synthesize() methods.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forISynthesisSession.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionCloud assembly builder.The output directory for this synthesis session.default BooleanWhether the stack should be validated after synthesis to check for error metadata.voidsetAssembly(CloudAssemblyBuilder value) Cloud assembly builder.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. -
setAssembly
Cloud assembly builder. -
getOutdir
The output directory for this synthesis session. -
setOutdir
The output directory for this synthesis session. -
getValidateOnSynth
Whether the stack should be validated after synthesis to check for error metadata.Default: - false
-
setValidateOnSynth
Whether the stack should be validated after synthesis to check for error metadata.Default: - false
-