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

# Python: PrefixedRemoteWorkspaces

> CDKTN Core API Reference for PrefixedRemoteWorkspaces in Python.

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

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

```python theme={null}
import cdktn

cdktn.PrefixedRemoteWorkspaces(
  prefix: str
)
```

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

***

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

* *Type:* str

***

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

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

***

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

```python theme={null}
prefix: str
```

* *Type:* str

***
