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

> CDKTN Core API Reference for StackManifest in Go.

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

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

&cdktn.StackManifest {
	Annotations: *[]github.com/open-constructs/cdk-terrain-go/cdktn.StackAnnotation,
	ConstructPath: *string,
	Dependencies: *[]*string,
	Name: *string,
	StackMetadataPath: *string,
	SynthesizedStackPath: *string,
	WorkingDirectory: *string,
}
```

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

```go theme={null}
Annotations *[]StackAnnotation
```

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

***

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

```go theme={null}
ConstructPath *string
```

* *Type:* \*string

***

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

```go theme={null}
Dependencies *[]*string
```

* *Type:* \*\[]\*string

***

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

```go theme={null}
Name *string
```

* *Type:* \*string

***

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

```go theme={null}
StackMetadataPath *string
```

* *Type:* \*string

***

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

```go theme={null}
SynthesizedStackPath *string
```

* *Type:* \*string

***

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

```go theme={null}
WorkingDirectory *string
```

* *Type:* \*string

***
