Package com.hashicorp.cdktf
Class IResolvable.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
com.hashicorp.cdktf.IResolvable.Jsii$Proxy
- All Implemented Interfaces:
IResolvable,IResolvable.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IResolvable
@Internal
public static final class IResolvable.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IResolvable.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.InitializationModeNested classes/interfaces inherited from interface com.hashicorp.cdktf.IResolvable
IResolvable.Jsii$Default, IResolvable.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(experimental) The creation stack of this resolvable which will be appended to errors thrown during resolution.final Objectresolve(IResolveContext context) (experimental) Produce the Token's value at resolution time.final StringtoString()(experimental) Return a string representation of this resolvable object.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getCreationStack
(experimental) The creation stack of this resolvable which will be appended to errors thrown during resolution.If this returns an empty array the stack will not be attached.
- Specified by:
getCreationStackin interfaceIResolvable- Specified by:
getCreationStackin interfaceIResolvable.Jsii$Default
-
resolve
(experimental) Produce the Token's value at resolution time.- Specified by:
resolvein interfaceIResolvable- Specified by:
resolvein interfaceIResolvable.Jsii$Default- Parameters:
context- This parameter is required.
-
toString
(experimental) Return a string representation of this resolvable object.Returns a reversible string representation.
- Specified by:
toStringin interfaceIResolvable- Overrides:
toStringin classObject
-