ICfnRuleConditionExpression

class aws_cdk.ICfnRuleConditionExpression(*args, **kwargs)

Bases: ICfnConditionExpression, Protocol

Interface to specify certain functions as Service Catalog rule-specific.

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

(deprecated) 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.

Deprecated:

creationStack has been deprecated for low usefulness and cost to capture

Stability:

deprecated

disambiguator

This field is only needed to defeat TypeScript’s structural typing.

It is never used.

type_hint

The type that this token will likely resolve to.