interface IResolvable
Language | Type name |
---|---|
![]() | aws_cdk.core.IResolvable |
![]() | software.amazon.awscdk.core.IResolvable |
![]() | Amazon.CDK.IResolvable |
![]() | @aws-cdk/core.IResolvable |
Implemented by
Event
, Policy
, Cfn
, Cfn
, Intrinsic
, Secret
Obtainable from
Nested
.prepareCrossReference()
, Fn
.getAtt()
, Lazy
.anyValue()
, Stack
.prepareCrossReference()
, Token
.asAny()
, Tokenization
.reverseList()
, Tokenization
.reverseNumber()
Interface for values that can be resolvable later.
Tokens are special objects that participate in synthesis.
Properties
Name | Type | Description |
---|---|---|
creation | Array | The creation stack of this resolvable which will be appended to errors thrown during resolution. |
creationStack
Type:
Array
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
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.
String()
topublic toString(): string
Returns
string
Return a string representation of this resolvable object.
Returns a reversible string representation.