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

# CSharp: IImportableConfig

> CDKTN Core API Reference for IImportableConfig in CSharp.

* *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" />

```csharp theme={null}
public string ImportId { get; set; }
```

* *Type:* string

***

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

```csharp theme={null}
public string TerraformResourceType { get; set; }
```

* *Type:* string

***

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

```csharp theme={null}
public TerraformProvider Provider { get; set; }
```

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

***
