> ## 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: BooleanMap

> CDKTN Core API Reference for BooleanMap in Typescript.

* *Implements:* <a href="#cdktn.ITerraformAddressable">ITerraformAddressable</a>, <a href="#cdktn.IResolvable">IResolvable</a>

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

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

new BooleanMap(terraformResource: IInterpolatingParent, terraformAttribute: string)
```

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

***

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

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

***

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

* *Type:* string

***

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

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

***

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

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

### `lookup` <a name="lookup" id="cdktn.BooleanMap.lookup" />

```typescript theme={null}
public lookup(key: string): IResolvable
```

#### `key`<sup>Required</sup> <a name="key" id="cdktn.BooleanMap.lookup.parameter.key" />

* *Type:* string

***

### `resolve` <a name="resolve" id="cdktn.BooleanMap.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.BooleanMap.resolve.parameter._context" />

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

***

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

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

Return a string representation of this resolvable object.

Returns a reversible string representation.

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

| **Name**                                                                          | **Type**               | **Description**                                                                                  |
| --------------------------------------------------------------------------------- | ---------------------- | ------------------------------------------------------------------------------------------------ |
| <code><a href="#cdktn.BooleanMap.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.BooleanMap.property.fqn">fqn</a></code>                     | <code>string</code>    | *No description.*                                                                                |

***

### `creationStack`<sup>Required</sup> <a name="creationStack" id="cdktn.BooleanMap.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.BooleanMap.property.fqn" />

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

* *Type:* string

***
