Package software.amazon.awscdk
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
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIResolvable
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe creation stack of this resolvable which will be appended to errors thrown during resolution.default ResolutionTypeHint
The type that this token will likely resolve to.resolve
(IResolveContext context) Produce the Token's value at resolution time.toString()
Return a string representation of this resolvable object.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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
The type that this token will likely resolve to. -
resolve
Produce the Token's value at resolution time.- Parameters:
context
- This parameter is required.
-
toString
Return a string representation of this resolvable object.Returns a reversible string representation.
-