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
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forISynthesisSession
.static final class
A 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 Boolean
Whether the stack should be validated after synthesis to check for error metadata.void
setAssembly
(CloudAssemblyBuilder value) Cloud assembly builder.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. -
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
-