Package com.hashicorp.cdktf
Class IStackSynthesizer.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
com.hashicorp.cdktf.IStackSynthesizer.Jsii$Proxy
- All Implemented Interfaces:
IStackSynthesizer
,IStackSynthesizer.Jsii$Default
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IStackSynthesizer
@Internal
public static final class IStackSynthesizer.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IStackSynthesizer.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IStackSynthesizer
IStackSynthesizer.Jsii$Default, IStackSynthesizer.Jsii$Proxy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
synthesize
(ISynthesisSession session) (experimental) Synthesize the associated stack to the session.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
synthesize
(experimental) Synthesize the associated stack to the session.- Specified by:
synthesize
in interfaceIStackSynthesizer
- Specified by:
synthesize
in interfaceIStackSynthesizer.Jsii$Default
- Parameters:
session
- This parameter is required.
-