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

# Python: StringListList

> CDKTN Core API Reference for StringListList in Python.

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

```python theme={null}
import cdktn

cdktn.StringListList(
  terraform_resource: IInterpolatingParent,
  terraform_attribute: str,
  wraps_set: bool
)
```

| **Name**                                                                                                       | **Type**                                                                    | **Description**   |
| -------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ----------------- |
| <code><a href="#cdktn.StringListList.Initializer.parameter.terraformResource">terraform\_resource</a></code>   | <code><a href="#cdktn.IInterpolatingParent">IInterpolatingParent</a></code> | *No description.* |
| <code><a href="#cdktn.StringListList.Initializer.parameter.terraformAttribute">terraform\_attribute</a></code> | <code>str</code>                                                            | *No description.* |
| <code><a href="#cdktn.StringListList.Initializer.parameter.wrapsSet">wraps\_set</a></code>                     | <code>bool</code>                                                           | *No description.* |

***

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

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

***

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

* *Type:* str

***

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

* *Type:* bool

***

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

| **Name**                                                                           | **Description**                                           |
| ---------------------------------------------------------------------------------- | --------------------------------------------------------- |
| <code><a href="#cdktn.StringListList.allWithMapKey">all\_with\_map\_key</a></code> | Creating an iterator for this complex list.               |
| <code><a href="#cdktn.StringListList.computeFqn">compute\_fqn</a></code>           | *No description.*                                         |
| <code><a href="#cdktn.StringListList.resolve">resolve</a></code>                   | Produce the Token's value at resolution time.             |
| <code><a href="#cdktn.StringListList.toString">to\_string</a></code>               | Return a string representation of this resolvable object. |
| <code><a href="#cdktn.StringListList.get">get</a></code>                           | *No description.*                                         |

***

### `all_with_map_key` <a name="all_with_map_key" id="cdktn.StringListList.allWithMapKey" />

```python theme={null}
def all_with_map_key(
  map_key_attribute_name: str
) -> DynamicListTerraformIterator
```

Creating an iterator for this complex list.

The list will be converted into a map with the mapKeyAttributeName as the key.

#### `map_key_attribute_name`<sup>Required</sup> <a name="map_key_attribute_name" id="cdktn.StringListList.allWithMapKey.parameter.mapKeyAttributeName" />

* *Type:* str

***

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

```python theme={null}
def compute_fqn() -> str
```

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

```python theme={null}
def resolve(
  _context: IResolveContext
) -> typing.Any
```

Produce the Token's value at resolution time.

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

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

***

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

```python theme={null}
def to_string() -> str
```

Return a string representation of this resolvable object.

Returns a reversible string representation.

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

```python theme={null}
def get(
  index: typing.Union[int, float]
) -> typing.List[str]
```

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

* *Type:* typing.Union\[int, float]

***

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

| **Name**                                                                                | **Type**                       | **Description**                                                                                  |
| --------------------------------------------------------------------------------------- | ------------------------------ | ------------------------------------------------------------------------------------------------ |
| <code><a href="#cdktn.StringListList.property.creationStack">creation\_stack</a></code> | <code>typing.List\[str]</code> | The creation stack of this resolvable which will be appended to errors thrown during resolution. |
| <code><a href="#cdktn.StringListList.property.fqn">fqn</a></code>                       | <code>str</code>               | *No description.*                                                                                |

***

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

```python theme={null}
creation_stack: typing.List[str]
```

* *Type:* typing.List\[str]

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

```python theme={null}
fqn: str
```

* *Type:* str

***
