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

# Typescript: IImportableConfig

> CDKTN Core API Reference for IImportableConfig in Typescript.

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

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

| **Name**                                                                                                 | **Type**                                                              | **Description**   |
| -------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | ----------------- |
| <code><a href="#cdktn.IImportableConfig.property.importId">importId</a></code>                           | <code>string</code>                                                   | *No description.* |
| <code><a href="#cdktn.IImportableConfig.property.terraformResourceType">terraformResourceType</a></code> | <code>string</code>                                                   | *No description.* |
| <code><a href="#cdktn.IImportableConfig.property.provider">provider</a></code>                           | <code><a href="#cdktn.TerraformProvider">TerraformProvider</a></code> | *No description.* |

***

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

```typescript theme={null}
public readonly importId: string;
```

* *Type:* string

***

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

```typescript theme={null}
public readonly terraformResourceType: string;
```

* *Type:* string

***

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

```typescript theme={null}
public readonly provider: TerraformProvider;
```

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

***
