Skip to content

ITokenMapper

Interface to apply operation to tokens in a string.

Interface so it can be exported via jsii.

Methods

Name Description
map_token Replace a single token.

map_token

def map_token(
  t: IResolvable
) -> typing.Any

Replace a single token.

tRequired