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

> CDKTN Core API Reference for DataTerraformRemoteStateConfig in Python.

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

```python theme={null}
import cdktn

cdktn.DataTerraformRemoteStateConfig(
  defaults: typing.Mapping[typing.Any] = None,
  workspace: str = None
)
```

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

| **Name**                                                                                      | **Type**                                 | **Description**   |
| --------------------------------------------------------------------------------------------- | ---------------------------------------- | ----------------- |
| <code><a href="#cdktn.DataTerraformRemoteStateConfig.property.defaults">defaults</a></code>   | <code>typing.Mapping\[typing.Any]</code> | *No description.* |
| <code><a href="#cdktn.DataTerraformRemoteStateConfig.property.workspace">workspace</a></code> | <code>str</code>                         | *No description.* |

***

### `defaults`<sup>Optional</sup> <a name="defaults" id="cdktn.DataTerraformRemoteStateConfig.property.defaults" />

```python theme={null}
defaults: typing.Mapping[typing.Any]
```

* *Type:* typing.Mapping\[typing.Any]

***

### `workspace`<sup>Optional</sup> <a name="workspace" id="cdktn.DataTerraformRemoteStateConfig.property.workspace" />

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

* *Type:* str

***
