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

> CDKTN Core API Reference for StackManifest in Typescript.

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

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

const stackManifest: StackManifest = { ... }
```

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

| **Name**                                                                                           | **Type**                                                             | **Description**   |
| -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | ----------------- |
| <code><a href="#cdktn.StackManifest.property.annotations">annotations</a></code>                   | <code><a href="#cdktn.StackAnnotation">StackAnnotation</a>\[]</code> | *No description.* |
| <code><a href="#cdktn.StackManifest.property.constructPath">constructPath</a></code>               | <code>string</code>                                                  | *No description.* |
| <code><a href="#cdktn.StackManifest.property.dependencies">dependencies</a></code>                 | <code>string\[]</code>                                               | *No description.* |
| <code><a href="#cdktn.StackManifest.property.name">name</a></code>                                 | <code>string</code>                                                  | *No description.* |
| <code><a href="#cdktn.StackManifest.property.stackMetadataPath">stackMetadataPath</a></code>       | <code>string</code>                                                  | *No description.* |
| <code><a href="#cdktn.StackManifest.property.synthesizedStackPath">synthesizedStackPath</a></code> | <code>string</code>                                                  | *No description.* |
| <code><a href="#cdktn.StackManifest.property.workingDirectory">workingDirectory</a></code>         | <code>string</code>                                                  | *No description.* |

***

### `annotations`<sup>Required</sup> <a name="annotations" id="cdktn.StackManifest.property.annotations" />

```typescript theme={null}
public readonly annotations: StackAnnotation[];
```

* *Type:* <a href="#cdktn.StackAnnotation">StackAnnotation</a>\[]

***

### `constructPath`<sup>Required</sup> <a name="constructPath" id="cdktn.StackManifest.property.constructPath" />

```typescript theme={null}
public readonly constructPath: string;
```

* *Type:* string

***

### `dependencies`<sup>Required</sup> <a name="dependencies" id="cdktn.StackManifest.property.dependencies" />

```typescript theme={null}
public readonly dependencies: string[];
```

* *Type:* string\[]

***

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

```typescript theme={null}
public readonly name: string;
```

* *Type:* string

***

### `stackMetadataPath`<sup>Required</sup> <a name="stackMetadataPath" id="cdktn.StackManifest.property.stackMetadataPath" />

```typescript theme={null}
public readonly stackMetadataPath: string;
```

* *Type:* string

***

### `synthesizedStackPath`<sup>Required</sup> <a name="synthesizedStackPath" id="cdktn.StackManifest.property.synthesizedStackPath" />

```typescript theme={null}
public readonly synthesizedStackPath: string;
```

* *Type:* string

***

### `workingDirectory`<sup>Required</sup> <a name="workingDirectory" id="cdktn.StackManifest.property.workingDirectory" />

```typescript theme={null}
public readonly workingDirectory: string;
```

* *Type:* string

***
