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

# Go: DataTerraformRemoteStateRemoteConfig

> CDKTN Core API Reference for DataTerraformRemoteStateRemoteConfig in Go.

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

```go theme={null}
import "github.com/open-constructs/cdk-terrain-go/cdktn"

&cdktn.DataTerraformRemoteStateRemoteConfig {
	Defaults: *map[string]interface{},
	Workspace: *string,
	Organization: *string,
	Workspaces: github.com/open-constructs/cdk-terrain-go/cdktn.IRemoteWorkspace,
	Hostname: *string,
	Token: *string,
}
```

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

| **Name**                                                                                                  | **Type**                                                            | **Description**   |
| --------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- | ----------------- |
| <code><a href="#cdktn.DataTerraformRemoteStateRemoteConfig.property.defaults">Defaults</a></code>         | <code>\*map\[string]interface\{}</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" />

```go theme={null}
Defaults *map[string]interface{}
```

* *Type:* \*map\[string]interface\{}

***

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

```go theme={null}
Workspace *string
```

* *Type:* \*string

***

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

```go theme={null}
Organization *string
```

* *Type:* \*string

***

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

```go theme={null}
Workspaces IRemoteWorkspace
```

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

***

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

```go theme={null}
Hostname *string
```

* *Type:* \*string

***

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

```go theme={null}
Token *string
```

* *Type:* \*string

***
