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

> CDKTN Core API Reference for IManifest in Go.

* *Implemented By:* <a href="#cdktn.Manifest">Manifest</a>, <a href="#cdktn.IManifest">IManifest</a>

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

| **Name**                                                             | **Type**                                                                    | **Description**   |
| -------------------------------------------------------------------- | --------------------------------------------------------------------------- | ----------------- |
| <code><a href="#cdktn.IManifest.property.stacks">Stacks</a></code>   | <code>\*map\[string]<a href="#cdktn.StackManifest">StackManifest</a></code> | *No description.* |
| <code><a href="#cdktn.IManifest.property.version">Version</a></code> | <code>\*string</code>                                                       | *No description.* |

***

### `Stacks`<sup>Required</sup> <a name="Stacks" id="cdktn.IManifest.property.stacks" />

```go theme={null}
func Stacks() *map[string]StackManifest
```

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

***

### `Version`<sup>Required</sup> <a name="Version" id="cdktn.IManifest.property.version" />

```go theme={null}
func Version() *string
```

* *Type:* \*string

***
