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

> CDKTN Core API Reference for CloudWorkspace in Typescript.

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

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

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

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

```typescript theme={null}
public toTerraform(): any
```
