Package com.hashicorp.cdktf
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.93.0 (build 1706ca5)",
date="2024-01-05T13:17:20.372Z")
@Stability(Experimental)
public interface ITokenMapper
extends software.amazon.jsii.JsiiSerializable
(experimental) Interface to apply operation to tokens in a string.
Interface so it can be exported via jsii.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forITokenMapper
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescription(experimental) Replace a single token.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
mapToken
(experimental) Replace a single token.- Parameters:
t
- This parameter is required.
-