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

> CDKTN Core API Reference for DataTerraformRemoteStateRemoteConfig in CSharp.

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

```csharp theme={null}
using Io.Cdktn;

new DataTerraformRemoteStateRemoteConfig {
    System.Collections.Generic.IDictionary<string, object> Defaults = null,
    string Workspace = null,
    string Organization,
    IRemoteWorkspace Workspaces,
    string Hostname = null,
    string Token = null
};
```

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

| **Name**                                                                                                  | **Type**                                                               | **Description**   |
| --------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | ----------------- |
| <code><a href="#cdktn.DataTerraformRemoteStateRemoteConfig.property.defaults">Defaults</a></code>         | <code>System.Collections.Generic.IDictionary\< string, object ></code> | *No description.* |
| <code><a href="#cdktn.DataTerraformRemoteStateRemoteConfig.property.workspace">Workspace</a></code>       | <code>string</code>                                                    | *No description.* |
| <code><a href="#cdktn.DataTerraformRemoteStateRemoteConfig.property.organization">Organization</a></code> | <code>string</code>                                                    | *No description.* |
| <code><a href="#cdktn.DataTerraformRemoteStateRemoteConfig.property.workspaces">Workspaces</a></code>     | <code><a href="#cdktn.IRemoteWorkspace">IRemoteWorkspace</a></code>    | *No description.* |
| <code><a href="#cdktn.DataTerraformRemoteStateRemoteConfig.property.hostname">Hostname</a></code>         | <code>string</code>                                                    | *No description.* |
| <code><a href="#cdktn.DataTerraformRemoteStateRemoteConfig.property.token">Token</a></code>               | <code>string</code>                                                    | *No description.* |

***

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

```csharp theme={null}
public System.Collections.Generic.IDictionary<string, object> Defaults { get; set; }
```

* *Type:* System.Collections.Generic.IDictionary\< string, object >

***

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

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

* *Type:* string

***

### `Organization`<sup>Required</sup> <a name="Organization" id="cdktn.DataTerraformRemoteStateRemoteConfig.property.organization" />

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

* *Type:* string

***

### `Workspaces`<sup>Required</sup> <a name="Workspaces" id="cdktn.DataTerraformRemoteStateRemoteConfig.property.workspaces" />

```csharp theme={null}
public IRemoteWorkspace Workspaces { get; set; }
```

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

***

### `Hostname`<sup>Optional</sup> <a name="Hostname" id="cdktn.DataTerraformRemoteStateRemoteConfig.property.hostname" />

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

* *Type:* string

***

### `Token`<sup>Optional</sup> <a name="Token" id="cdktn.DataTerraformRemoteStateRemoteConfig.property.token" />

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

* *Type:* string

***
