Package com.hashicorp.cdktf
Interface IStackSynthesizer
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IStackSynthesizer.Jsii$Default
- All Known Implementing Classes:
IStackSynthesizer.Jsii$Proxy
@Generated(value="jsii-pacmak/1.95.0 (build f1ff514)",
date="2024-04-15T08:11:31.985Z")
@Stability(Experimental)
public interface IStackSynthesizer
extends software.amazon.jsii.JsiiSerializable
(experimental) Encodes information how a certain Stack should be deployed inspired by AWS CDK v2 implementation (synth functionality was removed in constructs v10).
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIStackSynthesizer
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionvoid
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.- Parameters:
session
- This parameter is required.
-