interface ITokenMapper
Language | Type name |
---|---|
.NET | Amazon.CDK.ITokenMapper |
Java | software.amazon.awscdk.core.ITokenMapper |
Python | aws_cdk.core.ITokenMapper |
TypeScript (source) | @aws-cdk/core » ITokenMapper |
Interface to apply operation to tokens in a string.
Interface so it can be exported via jsii.
Methods
Name | Description |
---|---|
map | Replace a single token. |
Token(t)
mappublic mapToken(t: IResolvable): any
Parameters
Returns
any
Replace a single token.