Package software.constructs
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.74.0 (build 6d08790)", date="2023-01-29T00:19:19.368Z") @Stability(Stable) public interface ISynthesisSession extends software.amazon.jsii.JsiiSerializable
Represents a single session of synthesis.Passed into
construct.onSynthesize()
methods.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ISynthesisSession.Jsii$Default
Internal default implementation forISynthesisSession
.static class
ISynthesisSession.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getOutdir()
The output directory for this synthesis session.
-
-
-
Method Detail
-
getOutdir
@Stability(Stable) @NotNull String getOutdir()
The output directory for this synthesis session.
-
-