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

# Typescript: RemoteBackendConfig

> CDKTN Core API Reference for RemoteBackendConfig in Typescript.

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

```typescript theme={null}
import { RemoteBackendConfig } from 'cdktn'

const remoteBackendConfig: RemoteBackendConfig = { ... }
```

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

```typescript theme={null}
public readonly organization: string;
```

* *Type:* string

***

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

```typescript theme={null}
public readonly workspaces: IRemoteWorkspace;
```

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

***

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

```typescript theme={null}
public readonly hostname: string;
```

* *Type:* string

***

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

```typescript theme={null}
public readonly token: string;
```

* *Type:* string

***
