> ## 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.

# Typescript: NumberMapList

> CDKTN Core API Reference for NumberMapList in Typescript.

## Initializers <a name="Initializers" id="cdktn.NumberMapList.Initializer" />

```typescript theme={null}
import { NumberMapList } from 'cdktn'

new NumberMapList(terraformResource: IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean)
```

| **Name**                                                                                                    | **Type**                                                                    | **Description**   |
| ----------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ----------------- |
| <code><a href="#cdktn.NumberMapList.Initializer.parameter.terraformResource">terraformResource</a></code>   | <code><a href="#cdktn.IInterpolatingParent">IInterpolatingParent</a></code> | *No description.* |
| <code><a href="#cdktn.NumberMapList.Initializer.parameter.terraformAttribute">terraformAttribute</a></code> | <code>string</code>                                                         | *No description.* |
| <code><a href="#cdktn.NumberMapList.Initializer.parameter.wrapsSet">wrapsSet</a></code>                     | <code>boolean</code>                                                        | *No description.* |

***

### `terraformResource`<sup>Required</sup> <a name="terraformResource" id="cdktn.NumberMapList.Initializer.parameter.terraformResource" />

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

***

### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="cdktn.NumberMapList.Initializer.parameter.terraformAttribute" />

* *Type:* string

***

### `wrapsSet`<sup>Required</sup> <a name="wrapsSet" id="cdktn.NumberMapList.Initializer.parameter.wrapsSet" />

* *Type:* boolean

***

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

| **Name**                                                                                            | **Description**                                           |
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------- |
| <code><a href="#cdktn.NumberMapList.computeFqn">computeFqn</a></code>                               | *No description.*                                         |
| <code><a href="#cdktn.NumberMapList.interpolationForAttribute">interpolationForAttribute</a></code> | *No description.*                                         |
| <code><a href="#cdktn.NumberMapList.resolve">resolve</a></code>                                     | Produce the Token's value at resolution time.             |
| <code><a href="#cdktn.NumberMapList.toString">toString</a></code>                                   | Return a string representation of this resolvable object. |
| <code><a href="#cdktn.NumberMapList.get">get</a></code>                                             | *No description.*                                         |

***

### `computeFqn` <a name="computeFqn" id="cdktn.NumberMapList.computeFqn" />

```typescript theme={null}
public computeFqn(): string
```

### `interpolationForAttribute` <a name="interpolationForAttribute" id="cdktn.NumberMapList.interpolationForAttribute" />

```typescript theme={null}
public interpolationForAttribute(property: string): IResolvable
```

#### `property`<sup>Required</sup> <a name="property" id="cdktn.NumberMapList.interpolationForAttribute.parameter.property" />

* *Type:* string

***

### `resolve` <a name="resolve" id="cdktn.NumberMapList.resolve" />

```typescript theme={null}
public resolve(_context: IResolveContext): any
```

Produce the Token's value at resolution time.

#### `_context`<sup>Required</sup> <a name="_context" id="cdktn.NumberMapList.resolve.parameter._context" />

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

***

### `toString` <a name="toString" id="cdktn.NumberMapList.toString" />

```typescript theme={null}
public toString(): string
```

Return a string representation of this resolvable object.

Returns a reversible string representation.

### `get` <a name="get" id="cdktn.NumberMapList.get" />

```typescript theme={null}
public get(index: number): NumberMap
```

#### `index`<sup>Required</sup> <a name="index" id="cdktn.NumberMapList.get.parameter.index" />

* *Type:* number

***

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

| **Name**                                                                             | **Type**               | **Description**                                                                                  |
| ------------------------------------------------------------------------------------ | ---------------------- | ------------------------------------------------------------------------------------------------ |
| <code><a href="#cdktn.NumberMapList.property.creationStack">creationStack</a></code> | <code>string\[]</code> | The creation stack of this resolvable which will be appended to errors thrown during resolution. |
| <code><a href="#cdktn.NumberMapList.property.fqn">fqn</a></code>                     | <code>string</code>    | *No description.*                                                                                |

***

### `creationStack`<sup>Required</sup> <a name="creationStack" id="cdktn.NumberMapList.property.creationStack" />

```typescript theme={null}
public readonly creationStack: string[];
```

* *Type:* string\[]

The creation stack of this resolvable which will be appended to errors thrown during resolution.

If this returns an empty array the stack will not be attached.

***

### `fqn`<sup>Required</sup> <a name="fqn" id="cdktn.NumberMapList.property.fqn" />

```typescript theme={null}
public readonly fqn: string;
```

* *Type:* string

***
