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

# Java: ComplexMap

> CDKTN Core API Reference for ComplexMap in Java.

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

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

```java theme={null}
import io.cdktn.cdktn.ComplexMap;

new ComplexMap(IInterpolatingParent terraformResource, java.lang.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>java.lang.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:* java.lang.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" />

```java theme={null}
public java.lang.String computeFqn()
```

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

```java theme={null}
public IResolvable interpolationForAttribute(java.lang.String property)
```

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

* *Type:* java.lang.String

***

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

```java theme={null}
public java.lang.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" />

```java theme={null}
public java.lang.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>java.util.List\< java.lang.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>java.lang.String</code>                    | *No description.*                                                                                |

***

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

```java theme={null}
public java.util.List<java.lang.String> getCreationStack();
```

* *Type:* java.util.List\< java.lang.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" />

```java theme={null}
public java.lang.String getFqn();
```

* *Type:* java.lang.String

***
