Interface IResolvable.Jsii$Default

All Superinterfaces:
IResolvable, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
ICfnConditionExpression.Jsii$Default, ICfnRuleConditionExpression.Jsii$Default
All Known Implementing Classes:
ICfnConditionExpression.Jsii$Proxy, ICfnRuleConditionExpression.Jsii$Proxy, 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 software.amazon.awscdk.core.IResolvable

    IResolvable.Jsii$Default, IResolvable.Jsii$Proxy
  • Method Summary

    Modifier and Type
    Method
    Description
    default List<String>
    The creation stack of this resolvable which will be appended to errors thrown during resolution.
    default Object
    Produce the Token's value at resolution time.

    Methods inherited from interface software.amazon.awscdk.core.IResolvable

    toString

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getCreationStack

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

      Specified by:
      getCreationStack in interface IResolvable
    • resolve

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

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