Package software.amazon.awscdk
Interface ICfnConditionExpression.Jsii$Default
- All Superinterfaces:
ICfnConditionExpression,IResolvable,IResolvable.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ICfnRuleConditionExpression.Jsii$Default
- All Known Implementing Classes:
ICfnConditionExpression.Jsii$Proxy,ICfnRuleConditionExpression.Jsii$Proxy
- Enclosing interface:
ICfnConditionExpression
@Internal
public static interface ICfnConditionExpression.Jsii$Default
extends ICfnConditionExpression, IResolvable.Jsii$Default
Internal default implementation for
ICfnConditionExpression.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.ICfnConditionExpression
ICfnConditionExpression.Jsii$Default, ICfnConditionExpression.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.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 ResolutionTypeHintThe type that this token will likely resolve to.default Objectresolve(IResolveContext context) Produce the Token's value at resolution time.Methods inherited from interface software.amazon.awscdk.IResolvable
toStringMethods 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:
getCreationStackin interfaceIResolvable- Specified by:
getCreationStackin interfaceIResolvable.Jsii$Default
-
getTypeHint
The type that this token will likely resolve to.- Specified by:
getTypeHintin interfaceIResolvable- Specified by:
getTypeHintin interfaceIResolvable.Jsii$Default
-
resolve
Produce the Token's value at resolution time.- Specified by:
resolvein interfaceIResolvable- Specified by:
resolvein interfaceIResolvable.Jsii$Default- Parameters:
context- This parameter is required.
-