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

> CDKTN Core API Reference for NamedRemoteWorkspace in Go.

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

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

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

cdktn.NewNamedRemoteWorkspace(name *string) NamedRemoteWorkspace
```

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

***

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

* *Type:* \*string

***

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

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

***

### `Name`<sup>Required</sup> <a name="Name" id="cdktn.NamedRemoteWorkspace.property.name" />

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

* *Type:* \*string

***
