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

# Go: ComplexComputedList

> CDKTN Core API Reference for ComplexComputedList in Go.

* *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" />

```go theme={null}
import "github.com/open-constructs/cdk-terrain-go/cdktn"

cdktn.NewComplexComputedList(terraformResource IInterpolatingParent, terraformAttribute *string, complexComputedListIndex *string, wrapsSet *bool) ComplexComputedList
```

| **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>\*string</code>                                                       | *No description.* |
| <code><a href="#cdktn.ComplexComputedList.Initializer.parameter.complexComputedListIndex">complexComputedListIndex</a></code> | <code>\*string</code>                                                       | *No description.* |
| <code><a href="#cdktn.ComplexComputedList.Initializer.parameter.wrapsSet">wrapsSet</a></code>                                 | <code>\*bool</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:* \*string

***

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

* *Type:* \*string

***

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

* *Type:* \*bool

***

## 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" />

```go theme={null}
func ComputeFqn() *string
```

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

```go theme={null}
func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
```

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

* *Type:* \*string

***

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

```go theme={null}
func GetBooleanAttribute(terraformAttribute *string) IResolvable
```

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

* *Type:* \*string

***

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

```go theme={null}
func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
```

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

* *Type:* \*string

***

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

```go theme={null}
func GetListAttribute(terraformAttribute *string) *[]*string
```

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

* *Type:* \*string

***

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

```go theme={null}
func GetNumberAttribute(terraformAttribute *string) *f64
```

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

* *Type:* \*string

***

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

```go theme={null}
func GetNumberListAttribute(terraformAttribute *string) *[]*f64
```

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

* *Type:* \*string

***

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

```go theme={null}
func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
```

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

* *Type:* \*string

***

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

```go theme={null}
func GetStringAttribute(terraformAttribute *string) *string
```

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

* *Type:* \*string

***

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

```go theme={null}
func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
```

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

* *Type:* \*string

***

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

```go theme={null}
func InterpolationForAttribute(property *string) IResolvable
```

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

* *Type:* \*string

***

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

```go theme={null}
func Resolve(_context IResolveContext) interface{}
```

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" />

```go theme={null}
func 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.ComplexComputedList.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.ComplexComputedList.property.fqn">Fqn</a></code>                     | <code>\*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

```go theme={null}
func 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.ComplexComputedList.property.fqn" />

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

```go theme={null}
func Fqn() *string
```

* *Type:* \*string

***
