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

> CDKTN Core API Reference for PrefixedRemoteWorkspaces in Go.

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

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

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

cdktn.NewPrefixedRemoteWorkspaces(prefix *string) PrefixedRemoteWorkspaces
```

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

```go theme={null}
func Prefix() *string
```

* *Type:* \*string

***
