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 Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IResolvable.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    (experimental) The creation stack of this resolvable which will be appended to errors thrown during resolution.
    (experimental) Produce the Token's value at resolution time.
    (experimental) Return a string representation of this resolvable object.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getCreationStack

      @Stability(Experimental) @NotNull List<String> 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

      @Stability(Experimental) @NotNull Object resolve(@NotNull IResolveContext context)
      (experimental) Produce the Token's value at resolution time.

      Parameters:
      context - This parameter is required.
    • toString

      @Stability(Experimental) @NotNull String toString()
      (experimental) Return a string representation of this resolvable object.

      Returns a reversible string representation.

      Overrides:
      toString in class Object