ITokenMapper¶
-
class
aws_cdk.core.
ITokenMapper
(*args, **kwds)¶ Bases:
typing_extensions.Protocol
Interface 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
-