Package com.hashicorp.cdktf
Interface IStackSynthesizer.Jsii$Default
- All Superinterfaces:
IStackSynthesizer
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IStackSynthesizer.Jsii$Proxy
- Enclosing interface:
IStackSynthesizer
Internal default implementation for
IStackSynthesizer
.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IStackSynthesizer
IStackSynthesizer.Jsii$Default, IStackSynthesizer.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
synthesize
(ISynthesisSession session) (experimental) Synthesize the associated stack to the session.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
synthesize
(experimental) Synthesize the associated stack to the session.- Specified by:
synthesize
in interfaceIStackSynthesizer
- Parameters:
session
- This parameter is required.
-