Interface IResolvable

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
ICfnConditionExpression, ICfnConditionExpression.Jsii$Default, ICfnRuleConditionExpression, ICfnRuleConditionExpression.Jsii$Default, IResolvable.Jsii$Default
All Known Implementing Classes:
CfnCondition, CfnDynamicReference, CfnJson, DynamicInput, EventField, ICfnConditionExpression.Jsii$Proxy, ICfnRuleConditionExpression.Jsii$Proxy, Intrinsic, IResolvable.Jsii$Proxy, JsonNull, Match, PhysicalResourceIdReference, PolicyDocument, Reference, SecretValue

@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)", date="2024-10-04T00:39:26.659Z") @Stability(Stable) public interface IResolvable extends software.amazon.jsii.JsiiSerializable
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
    The creation stack of this resolvable which will be appended to errors thrown during resolution.
    The type that this token will likely resolve to.
    Produce the Token's value at resolution time.
    Return a string representation of this resolvable object.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getCreationStack

      @Stability(Stable) @NotNull List<String> getCreationStack()
      The creation stack of this resolvable which will be appended to errors thrown during resolution.

      This may return an array with a single informational element indicating how to get this property populated, if it was skipped for performance reasons.

    • getTypeHint

      @Stability(Stable) @Nullable default ResolutionTypeHint getTypeHint()
      The type that this token will likely resolve to.
    • resolve

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

      Parameters:
      context - This parameter is required.
    • toString

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

      Returns a reversible string representation.

      Overrides:
      toString in class Object