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

> CDKTN Core API Reference for AnyMapList in Java.

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

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

new AnyMapList(IInterpolatingParent terraformResource, java.lang.String terraformAttribute, java.lang.Boolean wrapsSet);
```

| **Name**                                                                                                 | **Type**                                                                    | **Description**   |
| -------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ----------------- |
| <code><a href="#cdktn.AnyMapList.Initializer.parameter.terraformResource">terraformResource</a></code>   | <code><a href="#cdktn.IInterpolatingParent">IInterpolatingParent</a></code> | *No description.* |
| <code><a href="#cdktn.AnyMapList.Initializer.parameter.terraformAttribute">terraformAttribute</a></code> | <code>java.lang.String</code>                                               | *No description.* |
| <code><a href="#cdktn.AnyMapList.Initializer.parameter.wrapsSet">wrapsSet</a></code>                     | <code>java.lang.Boolean</code>                                              | *No description.* |

***

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

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

***

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

* *Type:* java.lang.String

***

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

* *Type:* java.lang.Boolean

***

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

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

***

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

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

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

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

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

* *Type:* java.lang.String

***

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

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

***

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

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

Return a string representation of this resolvable object.

Returns a reversible string representation.

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

```java theme={null}
public AnyMap get(java.lang.Number index)
```

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

* *Type:* java.lang.Number

***

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

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

***

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

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

* *Type:* java.lang.String

***
