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

> CDKTN Core API Reference for StringMapList in Python.

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

```python theme={null}
import cdktn

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

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

***

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

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

***

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

* *Type:* str

***

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

* *Type:* bool

***

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

| **Name**                                                                                                | **Description**                                           |
| ------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- |
| <code><a href="#cdktn.StringMapList.computeFqn">compute\_fqn</a></code>                                 | *No description.*                                         |
| <code><a href="#cdktn.StringMapList.interpolationForAttribute">interpolation\_for\_attribute</a></code> | *No description.*                                         |
| <code><a href="#cdktn.StringMapList.resolve">resolve</a></code>                                         | Produce the Token's value at resolution time.             |
| <code><a href="#cdktn.StringMapList.toString">to\_string</a></code>                                     | Return a string representation of this resolvable object. |
| <code><a href="#cdktn.StringMapList.get">get</a></code>                                                 | *No description.*                                         |

***

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

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

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

```python theme={null}
def interpolation_for_attribute(
  property: str
) -> IResolvable
```

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

* *Type:* str

***

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

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

***

### `to_string` <a name="to_string" id="cdktn.StringMapList.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.StringMapList.get" />

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

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

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

***

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

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

***

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

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

* *Type:* str

***
