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.93.0 (build 1706ca5)",
date="2024-01-15T15:38:01.039Z")
@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 interfaceInternal default implementation forIResolvable.static final classA 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.
-