interface ICfnRuleConditionExpression
Language | Type name |
---|---|
.NET | Amazon.CDK.ICfnRuleConditionExpression |
Java | software.amazon.awscdk.core.ICfnRuleConditionExpression |
Python | aws_cdk.core.ICfnRuleConditionExpression |
TypeScript (source) | @aws-cdk/core » ICfnRuleConditionExpression |
Obtainable from
Fn
.conditionAnd()
, Fn
.conditionContains()
, Fn
.conditionEachMemberEquals()
, Fn
.conditionEachMemberIn()
, Fn
.conditionEquals()
, Fn
.conditionIf()
, Fn
.conditionNot()
, Fn
.conditionOr()
Interface to specify certain functions as Service Catalog rule-specifc.
These functions can only be used in Rules
section of template.
Properties
Name | Type | Description |
---|---|---|
creation | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. |
disambiguator | boolean | This field is only needed to defeat TypeScript's structural typing. |
creationStack
Type:
string[]
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.
disambiguator
Type:
boolean
This field is only needed to defeat TypeScript's structural typing.
It is never used.
Methods
Name | Description |
---|---|
resolve(context) | Produce the Token's value at resolution time. |
to | Return a string representation of this resolvable object. |
resolve(context)
public resolve(context: IResolveContext): any
Parameters
- context
IResolve
Context
Returns
any
Produce the Token's value at resolution time.
toString()
public toString(): string
Returns
string
Return a string representation of this resolvable object.
Returns a reversible string representation.