Uses of Interface
software.constructs.ISynthesisSession
-
-
Uses of ISynthesisSession in software.constructs
Subinterfaces of ISynthesisSession in software.constructs Modifier and Type Interface Description static interface
ISynthesisSession.Jsii$Default
Internal default implementation forISynthesisSession
.Classes in software.constructs that implement ISynthesisSession Modifier and Type Class Description static class
ISynthesisSession.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.Methods in software.constructs with parameters of type ISynthesisSession Modifier and Type Method Description protected void
Construct. onSynthesize(ISynthesisSession session)
Allows this construct to emit artifacts into the cloud assembly during synthesis.
-