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

# CSharp: StackManifest

> CDKTN Core API Reference for StackManifest in CSharp.

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

```csharp theme={null}
using Io.Cdktn;

new StackManifest {
    StackAnnotation[] Annotations,
    string ConstructPath,
    string[] Dependencies,
    string Name,
    string StackMetadataPath,
    string SynthesizedStackPath,
    string WorkingDirectory
};
```

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

```csharp theme={null}
public StackAnnotation[] Annotations { get; set; }
```

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

***

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

```csharp theme={null}
public string ConstructPath { get; set; }
```

* *Type:* string

***

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

```csharp theme={null}
public string[] Dependencies { get; set; }
```

* *Type:* string\[]

***

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

```csharp theme={null}
public string Name { get; set; }
```

* *Type:* string

***

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

```csharp theme={null}
public string StackMetadataPath { get; set; }
```

* *Type:* string

***

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

```csharp theme={null}
public string SynthesizedStackPath { get; set; }
```

* *Type:* string

***

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

```csharp theme={null}
public string WorkingDirectory { get; set; }
```

* *Type:* string

***
