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

> CDKTN Core API Reference for RemoteBackendConfig in Go.

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

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

&cdktn.RemoteBackendConfig {
	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.RemoteBackendConfig.property.organization">Organization</a></code> | <code>\*string</code>                                               | *No description.* |
| <code><a href="#cdktn.RemoteBackendConfig.property.workspaces">Workspaces</a></code>     | <code><a href="#cdktn.IRemoteWorkspace">IRemoteWorkspace</a></code> | *No description.* |
| <code><a href="#cdktn.RemoteBackendConfig.property.hostname">Hostname</a></code>         | <code>\*string</code>                                               | *No description.* |
| <code><a href="#cdktn.RemoteBackendConfig.property.token">Token</a></code>               | <code>\*string</code>                                               | *No description.* |

***

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

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

* *Type:* \*string

***

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

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

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

***

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

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

* *Type:* \*string

***

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

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

* *Type:* \*string

***
