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

> CDKTN Core API Reference for CloudWorkspace in Go.

A cloud workspace can either be a single named workspace, or a list of tagged workspaces.

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

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

cdktn.NewCloudWorkspace() CloudWorkspace
```

| **Name** | **Type** | **Description** |
| -------- | -------- | --------------- |

***

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

| **Name**                                                                 | **Description**   |
| ------------------------------------------------------------------------ | ----------------- |
| <code><a href="#cdktn.CloudWorkspace.toTerraform">ToTerraform</a></code> | *No description.* |

***

### `ToTerraform` <a name="ToTerraform" id="cdktn.CloudWorkspace.toTerraform" />

```go theme={null}
func ToTerraform() interface{}
```
