interface ITokenMapper
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.ITokenMapper | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2#ITokenMapper | 
|  Java | software.amazon.awscdk.ITokenMapper | 
|  Python | aws_cdk.ITokenMapper | 
|  TypeScript (source) | aws-cdk-lib»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. | 
mapToken(t) 
public mapToken(t: IResolvable): any
Parameters
Returns
- any
Replace a single token.
