Package com.hashicorp.cdktf
Interface IResolvable
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IResolvable.Jsii$Default
- All Known Implementing Classes:
AnyListList
,AnyListMap
,AnyMap
,AnyMapList
,BooleanList
,BooleanListList
,BooleanListMap
,BooleanMap
,BooleanMapList
,ComplexComputedList
,ComplexList
,ComplexMap
,ComplexObject
,IResolvable.Jsii$Proxy
,LazyBase
,MapList
,NumberListList
,NumberListMap
,NumberMap
,NumberMapList
,StringListList
,StringListMap
,StringMap
,StringMapList
@Generated(value="jsii-pacmak/1.79.0 (build b22f628)",
date="2023-07-26T11:31:27.573Z")
@Stability(Experimental)
public interface IResolvable
extends software.amazon.jsii.JsiiSerializable
(experimental) Interface for values that can be resolvable later.
Tokens are special objects that participate in synthesis.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIResolvable
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescription(experimental) The creation stack of this resolvable which will be appended to errors thrown during resolution.resolve
(IResolveContext context) (experimental) Produce the Token's value at resolution time.toString()
(experimental) Return a string representation of this resolvable object.Methods 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.
-
resolve
(experimental) Produce the Token's value at resolution time.- Parameters:
context
- This parameter is required.
-
toString
(experimental) Return a string representation of this resolvable object.Returns a reversible string representation.
-