Package software.amazon.awscdk.core
Interface ITokenMapper
- All Superinterfaces:
- software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
- ITokenMapper.Jsii$Default
- All Known Implementing Classes:
- ITokenMapper.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
           date="2023-06-19T16:29:55.079Z")
@Stability(Stable)
public interface ITokenMapper
extends software.amazon.jsii.JsiiSerializable
Interface to apply operation to tokens in a string.
 
Interface so it can be exported via jsii.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITokenMapper.static final classA proxy class which represents a concrete javascript instance of this type.
- 
Method SummaryMethods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
mapTokenReplace a single token.- Parameters:
- t- This parameter is required.
 
 
-