Package com.hashicorp.cdktf
Interface IResolvable.Jsii$Default
- All Superinterfaces:
IResolvable,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IResolvable.Jsii$Proxy
- Enclosing interface:
IResolvable
Internal default implementation for
IResolvable.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IResolvable
IResolvable.Jsii$Default, IResolvable.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescription(experimental) The creation stack of this resolvable which will be appended to errors thrown during resolution.default Objectresolve(IResolveContext context) (experimental) Produce the Token's value at resolution time.Methods inherited from interface com.hashicorp.cdktf.IResolvable
toStringMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
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
-
resolve
(experimental) Produce the Token's value at resolution time.- Specified by:
resolvein interfaceIResolvable- Parameters:
context- This parameter is required.
-