aws-cdk-lib.ITokenMapper

interface ITokenMapper

LanguageType name
.NETAmazon.CDK.ITokenMapper
Gogithub.com/aws/aws-cdk-go/awscdk/v2#ITokenMapper
Javasoftware.amazon.awscdk.ITokenMapper
Pythonaws_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

NameDescription
mapToken(t)Replace a single token.

mapToken(t)

public mapToken(t: IResolvable): any

Parameters

  • t IResolvable

Returns

  • any

Replace a single token.