> ## Documentation Index
> Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Go: ITokenMapper

> CDKTN Core API Reference for ITokenMapper in Go.

* *Implemented By:* <a href="#cdktn.ITokenMapper">ITokenMapper</a>

Interface to apply operation to tokens in a string.

Interface so it can be exported via jsii.

## Methods <a name="Methods" id="Methods" />

| **Name**                                                         | **Description**         |
| ---------------------------------------------------------------- | ----------------------- |
| <code><a href="#cdktn.ITokenMapper.mapToken">MapToken</a></code> | Replace a single token. |

***

### `MapToken` <a name="MapToken" id="cdktn.ITokenMapper.mapToken" />

```go theme={null}
func MapToken(t IResolvable) interface{}
```

Replace a single token.

#### `t`<sup>Required</sup> <a name="t" id="cdktn.ITokenMapper.mapToken.parameter.t" />

* *Type:* <a href="#cdktn.IResolvable">IResolvable</a>

***
