> ## 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.

# Python: StackManifest

> CDKTN Core API Reference for StackManifest in Python.

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

```python theme={null}
import cdktn

cdktn.StackManifest(
  annotations: typing.List[StackAnnotation],
  construct_path: str,
  dependencies: typing.List[str],
  name: str,
  stack_metadata_path: str,
  synthesized_stack_path: str,
  working_directory: str
)
```

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

| **Name**                                                                                               | **Type**                                                                        | **Description**   |
| ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------- | ----------------- |
| <code><a href="#cdktn.StackManifest.property.annotations">annotations</a></code>                       | <code>typing.List\[<a href="#cdktn.StackAnnotation">StackAnnotation</a>]</code> | *No description.* |
| <code><a href="#cdktn.StackManifest.property.constructPath">construct\_path</a></code>                 | <code>str</code>                                                                | *No description.* |
| <code><a href="#cdktn.StackManifest.property.dependencies">dependencies</a></code>                     | <code>typing.List\[str]</code>                                                  | *No description.* |
| <code><a href="#cdktn.StackManifest.property.name">name</a></code>                                     | <code>str</code>                                                                | *No description.* |
| <code><a href="#cdktn.StackManifest.property.stackMetadataPath">stack\_metadata\_path</a></code>       | <code>str</code>                                                                | *No description.* |
| <code><a href="#cdktn.StackManifest.property.synthesizedStackPath">synthesized\_stack\_path</a></code> | <code>str</code>                                                                | *No description.* |
| <code><a href="#cdktn.StackManifest.property.workingDirectory">working\_directory</a></code>           | <code>str</code>                                                                | *No description.* |

***

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

```python theme={null}
annotations: typing.List[StackAnnotation]
```

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

***

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

```python theme={null}
construct_path: str
```

* *Type:* str

***

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

```python theme={null}
dependencies: typing.List[str]
```

* *Type:* typing.List\[str]

***

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

```python theme={null}
name: str
```

* *Type:* str

***

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

```python theme={null}
stack_metadata_path: str
```

* *Type:* str

***

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

```python theme={null}
synthesized_stack_path: str
```

* *Type:* str

***

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

```python theme={null}
working_directory: str
```

* *Type:* str

***
