ICfnRuleConditionExpression¶
-
class
aws_cdk.core.
ICfnRuleConditionExpression
(*args, **kwds)¶ Bases:
aws_cdk.core.ICfnConditionExpression
,typing_extensions.Protocol
Interface to specify certain functions as Service Catalog rule-specifc.
These functions can only be used in
Rules
section of template.Methods
-
resolve
(context)¶ Produce the Token’s value at resolution time.
- Parameters
context (
IResolveContext
) –- Return type
Any
-
to_string
()¶ Return a string representation of this resolvable object.
Returns a reversible string representation.
- Return type
str
Attributes
-
creation_stack
¶ 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.
- Return type
List
[str
]
-
disambiguator
¶ This field is only needed to defeat TypeScript’s structural typing.
It is never used.
- Return type
bool
-