Skip to main content

Initializer

import { TestingAppConfig } from 'cdktn'

const testingAppConfig: TestingAppConfig = { ... }

Properties

NameTypeDescription
context{[ key: string ]: any}No description.
enableFutureFlagsbooleanNo description.
fakeCdktfJsonPathbooleanNo description.
outdirstringNo description.
stackTracesbooleanNo description.
stubVersionbooleanNo description.

contextOptional

public readonly context: {[ key: string ]: any};
  • Type: {[ key: string ]: any}

enableFutureFlagsOptional

public readonly enableFutureFlags: boolean;
  • Type: boolean

fakeCdktfJsonPathOptional

public readonly fakeCdktfJsonPath: boolean;
  • Type: boolean

outdirOptional

public readonly outdir: string;
  • Type: string

stackTracesOptional

public readonly stackTraces: boolean;
  • Type: boolean

stubVersionOptional

public readonly stubVersion: boolean;
  • Type: boolean