Interface IResolvable.Jsii$Default

All Superinterfaces:
IResolvable, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IResolvable.Jsii$Proxy
Enclosing interface:
IResolvable

@Internal public static interface IResolvable.Jsii$Default extends 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 Type
    Method
    Description
    default List<String>
    (experimental) The creation stack of this resolvable which will be appended to errors thrown during resolution.
    default Object
    (experimental) Produce the Token's value at resolution time.

    Methods inherited from interface com.hashicorp.cdktf.IResolvable

    toString

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getCreationStack

      @Stability(Experimental) @NotNull default 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.

      Specified by:
      getCreationStack in interface IResolvable
    • resolve

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

      Specified by:
      resolve in interface IResolvable
      Parameters:
      context - This parameter is required.