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

> CDKTN Core API Reference for IImportableConfig in Python.

* *Implemented By:* <a href="#cdktn.IImportableConfig">IImportableConfig</a>

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

| **Name**                                                                                                     | **Type**                                                              | **Description**   |
| ------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------- | ----------------- |
| <code><a href="#cdktn.IImportableConfig.property.importId">import\_id</a></code>                             | <code>str</code>                                                      | *No description.* |
| <code><a href="#cdktn.IImportableConfig.property.terraformResourceType">terraform\_resource\_type</a></code> | <code>str</code>                                                      | *No description.* |
| <code><a href="#cdktn.IImportableConfig.property.provider">provider</a></code>                               | <code><a href="#cdktn.TerraformProvider">TerraformProvider</a></code> | *No description.* |

***

### `import_id`<sup>Required</sup> <a name="import_id" id="cdktn.IImportableConfig.property.importId" />

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

* *Type:* str

***

### `terraform_resource_type`<sup>Required</sup> <a name="terraform_resource_type" id="cdktn.IImportableConfig.property.terraformResourceType" />

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

* *Type:* str

***

### `provider`<sup>Optional</sup> <a name="provider" id="cdktn.IImportableConfig.property.provider" />

```python theme={null}
provider: TerraformProvider
```

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

***
