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

# CSharp: ComplexMap

> CDKTN Core API Reference for ComplexMap in CSharp.

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

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

```csharp theme={null}
using Io.Cdktn;

new ComplexMap(IInterpolatingParent TerraformResource, string TerraformAttribute);
```

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

***

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

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

***

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

* *Type:* string

***

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

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

***

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

```csharp theme={null}
private string ComputeFqn()
```

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

```csharp theme={null}
private IResolvable InterpolationForAttribute(string Property)
```

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

* *Type:* string

***

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

```csharp theme={null}
private object Resolve(IResolveContext Context)
```

Produce the Token's value at resolution time.

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

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

***

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

```csharp theme={null}
private string ToString()
```

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.ComplexMap.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.ComplexMap.property.fqn">Fqn</a></code>                     | <code>string</code>    | *No description.*                                                                                |

***

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

```csharp theme={null}
public string[] CreationStack { get; }
```

* *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.ComplexMap.property.fqn" />

```csharp theme={null}
public string Fqn { get; }
```

* *Type:* string

***
