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

> CDKTN Core API Reference for PrefixedRemoteWorkspaces in Typescript.

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

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

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

new PrefixedRemoteWorkspaces(prefix: string)
```

| **Name**                                                                                       | **Type**            | **Description**   |
| ---------------------------------------------------------------------------------------------- | ------------------- | ----------------- |
| <code><a href="#cdktn.PrefixedRemoteWorkspaces.Initializer.parameter.prefix">prefix</a></code> | <code>string</code> | *No description.* |

***

### `prefix`<sup>Required</sup> <a name="prefix" id="cdktn.PrefixedRemoteWorkspaces.Initializer.parameter.prefix" />

* *Type:* string

***

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

| **Name**                                                                          | **Type**            | **Description**   |
| --------------------------------------------------------------------------------- | ------------------- | ----------------- |
| <code><a href="#cdktn.PrefixedRemoteWorkspaces.property.prefix">prefix</a></code> | <code>string</code> | *No description.* |

***

### `prefix`<sup>Required</sup> <a name="prefix" id="cdktn.PrefixedRemoteWorkspaces.property.prefix" />

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

* *Type:* string

***
