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

> CDKTN Core API Reference for TestingAppConfig in Go.

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

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

&cdktn.TestingAppConfig {
	Context: *map[string]interface{},
	EnableFutureFlags: *bool,
	FakeCdktfJsonPath: *bool,
	Outdir: *string,
	StackTraces: *bool,
	StubVersion: *bool,
}
```

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

| **Name**                                                                                        | **Type**                                | **Description**   |
| ----------------------------------------------------------------------------------------------- | --------------------------------------- | ----------------- |
| <code><a href="#cdktn.TestingAppConfig.property.context">Context</a></code>                     | <code>\*map\[string]interface\{}</code> | *No description.* |
| <code><a href="#cdktn.TestingAppConfig.property.enableFutureFlags">EnableFutureFlags</a></code> | <code>\*bool</code>                     | *No description.* |
| <code><a href="#cdktn.TestingAppConfig.property.fakeCdktfJsonPath">FakeCdktfJsonPath</a></code> | <code>\*bool</code>                     | *No description.* |
| <code><a href="#cdktn.TestingAppConfig.property.outdir">Outdir</a></code>                       | <code>\*string</code>                   | *No description.* |
| <code><a href="#cdktn.TestingAppConfig.property.stackTraces">StackTraces</a></code>             | <code>\*bool</code>                     | *No description.* |
| <code><a href="#cdktn.TestingAppConfig.property.stubVersion">StubVersion</a></code>             | <code>\*bool</code>                     | *No description.* |

***

### `Context`<sup>Optional</sup> <a name="Context" id="cdktn.TestingAppConfig.property.context" />

```go theme={null}
Context *map[string]interface{}
```

* *Type:* \*map\[string]interface\{}

***

### `EnableFutureFlags`<sup>Optional</sup> <a name="EnableFutureFlags" id="cdktn.TestingAppConfig.property.enableFutureFlags" />

```go theme={null}
EnableFutureFlags *bool
```

* *Type:* \*bool

***

### `FakeCdktfJsonPath`<sup>Optional</sup> <a name="FakeCdktfJsonPath" id="cdktn.TestingAppConfig.property.fakeCdktfJsonPath" />

```go theme={null}
FakeCdktfJsonPath *bool
```

* *Type:* \*bool

***

### `Outdir`<sup>Optional</sup> <a name="Outdir" id="cdktn.TestingAppConfig.property.outdir" />

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

* *Type:* \*string

***

### `StackTraces`<sup>Optional</sup> <a name="StackTraces" id="cdktn.TestingAppConfig.property.stackTraces" />

```go theme={null}
StackTraces *bool
```

* *Type:* \*bool

***

### `StubVersion`<sup>Optional</sup> <a name="StubVersion" id="cdktn.TestingAppConfig.property.stubVersion" />

```go theme={null}
StubVersion *bool
```

* *Type:* \*bool

***
