Package software.amazon.awscdk.core
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 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 TypeMethodDescriptionThe creation stack of this resolvable which will be appended to errors thrown during resolution.default Object
resolve
(IResolveContext context) 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
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 interfaceIResolvable
-
resolve
Produce the Token's value at resolution time.- Specified by:
resolve
in interfaceIResolvable
- Parameters:
context
- This parameter is required.
-