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

> CDKTN Core API Reference for IInterpolatingParent in Python.

* *Implemented By:* <a href="#cdktn.AnyMapList">AnyMapList</a>, <a href="#cdktn.BooleanMapList">BooleanMapList</a>, <a href="#cdktn.ComplexComputedList">ComplexComputedList</a>, <a href="#cdktn.ComplexObject">ComplexObject</a>, <a href="#cdktn.DataResource">DataResource</a>, <a href="#cdktn.MapList">MapList</a>, <a href="#cdktn.NumberMapList">NumberMapList</a>, <a href="#cdktn.StringMapList">StringMapList</a>, <a href="#cdktn.TerraformDataSource">TerraformDataSource</a>, <a href="#cdktn.TerraformResource">TerraformResource</a>, <a href="#cdktn.IInterpolatingParent">IInterpolatingParent</a>

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

| **Name**                                                                                                       | **Description**   |
| -------------------------------------------------------------------------------------------------------------- | ----------------- |
| <code><a href="#cdktn.IInterpolatingParent.interpolationForAttribute">interpolation\_for\_attribute</a></code> | *No description.* |

***

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

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

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

* *Type:* str

***
