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

> CDKTN Core API Reference for ComplexComputedList in Java.

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

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

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

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

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

***

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

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

***

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

* *Type:* java.lang.String

***

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

* *Type:* java.lang.String

***

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

* *Type:* java.lang.Boolean

***

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

| **Name**                                                                                                  | **Description**                                           |
| --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- |
| <code><a href="#cdktn.ComplexComputedList.computeFqn">computeFqn</a></code>                               | *No description.*                                         |
| <code><a href="#cdktn.ComplexComputedList.getAnyMapAttribute">getAnyMapAttribute</a></code>               | *No description.*                                         |
| <code><a href="#cdktn.ComplexComputedList.getBooleanAttribute">getBooleanAttribute</a></code>             | *No description.*                                         |
| <code><a href="#cdktn.ComplexComputedList.getBooleanMapAttribute">getBooleanMapAttribute</a></code>       | *No description.*                                         |
| <code><a href="#cdktn.ComplexComputedList.getListAttribute">getListAttribute</a></code>                   | *No description.*                                         |
| <code><a href="#cdktn.ComplexComputedList.getNumberAttribute">getNumberAttribute</a></code>               | *No description.*                                         |
| <code><a href="#cdktn.ComplexComputedList.getNumberListAttribute">getNumberListAttribute</a></code>       | *No description.*                                         |
| <code><a href="#cdktn.ComplexComputedList.getNumberMapAttribute">getNumberMapAttribute</a></code>         | *No description.*                                         |
| <code><a href="#cdktn.ComplexComputedList.getStringAttribute">getStringAttribute</a></code>               | *No description.*                                         |
| <code><a href="#cdktn.ComplexComputedList.getStringMapAttribute">getStringMapAttribute</a></code>         | *No description.*                                         |
| <code><a href="#cdktn.ComplexComputedList.interpolationForAttribute">interpolationForAttribute</a></code> | *No description.*                                         |
| <code><a href="#cdktn.ComplexComputedList.resolve">resolve</a></code>                                     | Produce the Token's value at resolution time.             |
| <code><a href="#cdktn.ComplexComputedList.toString">toString</a></code>                                   | Return a string representation of this resolvable object. |

***

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

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

### ~~`getAnyMapAttribute`~~ <a name="getAnyMapAttribute" id="cdktn.ComplexComputedList.getAnyMapAttribute" />

```java theme={null}
public java.util.Map<java.lang.String, java.lang.Object> getAnyMapAttribute(java.lang.String terraformAttribute)
```

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

* *Type:* java.lang.String

***

### ~~`getBooleanAttribute`~~ <a name="getBooleanAttribute" id="cdktn.ComplexComputedList.getBooleanAttribute" />

```java theme={null}
public IResolvable getBooleanAttribute(java.lang.String terraformAttribute)
```

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

* *Type:* java.lang.String

***

### ~~`getBooleanMapAttribute`~~ <a name="getBooleanMapAttribute" id="cdktn.ComplexComputedList.getBooleanMapAttribute" />

```java theme={null}
public java.util.Map<java.lang.String, java.lang.Boolean> getBooleanMapAttribute(java.lang.String terraformAttribute)
```

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

* *Type:* java.lang.String

***

### ~~`getListAttribute`~~ <a name="getListAttribute" id="cdktn.ComplexComputedList.getListAttribute" />

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

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

* *Type:* java.lang.String

***

### ~~`getNumberAttribute`~~ <a name="getNumberAttribute" id="cdktn.ComplexComputedList.getNumberAttribute" />

```java theme={null}
public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute)
```

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

* *Type:* java.lang.String

***

### ~~`getNumberListAttribute`~~ <a name="getNumberListAttribute" id="cdktn.ComplexComputedList.getNumberListAttribute" />

```java theme={null}
public java.util.List<java.lang.Number> getNumberListAttribute(java.lang.String terraformAttribute)
```

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

* *Type:* java.lang.String

***

### ~~`getNumberMapAttribute`~~ <a name="getNumberMapAttribute" id="cdktn.ComplexComputedList.getNumberMapAttribute" />

```java theme={null}
public java.util.Map<java.lang.String, java.lang.Number> getNumberMapAttribute(java.lang.String terraformAttribute)
```

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

* *Type:* java.lang.String

***

### ~~`getStringAttribute`~~ <a name="getStringAttribute" id="cdktn.ComplexComputedList.getStringAttribute" />

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

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

* *Type:* java.lang.String

***

### ~~`getStringMapAttribute`~~ <a name="getStringMapAttribute" id="cdktn.ComplexComputedList.getStringMapAttribute" />

```java theme={null}
public java.util.Map<java.lang.String, java.lang.String> getStringMapAttribute(java.lang.String terraformAttribute)
```

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

* *Type:* java.lang.String

***

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

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

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

* *Type:* java.lang.String

***

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

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

***

### ~~`toString`~~ <a name="toString" id="cdktn.ComplexComputedList.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.ComplexComputedList.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.ComplexComputedList.property.fqn">fqn</a></code>                     | <code>java.lang.String</code>                    | *No description.*                                                                                |

***

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

* *Deprecated:* Going to be replaced by Array of ComplexListItem
  and will be removed in the future

```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.ComplexComputedList.property.fqn" />

* *Deprecated:* Going to be replaced by Array of ComplexListItem
  and will be removed in the future

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

* *Type:* java.lang.String

***
