ITokenMapper
- class aws_cdk.core.ITokenMapper(*args, **kwargs)
Bases:
ProtocolInterface to apply operation to tokens in a string.
Interface so it can be exported via jsii.
Methods
- map_token(t)
Replace a single token.
- Parameters:
t (
IResolvable)- Return type:
Any