Skip to main content

Initializer

using Io.Cdktn;

new TestingAppConfig {
    System.Collections.Generic.IDictionary<string, object> Context = null,
    bool EnableFutureFlags = null,
    bool FakeCdktfJsonPath = null,
    string Outdir = null,
    bool StackTraces = null,
    bool StubVersion = null
};

Properties

NameTypeDescription
ContextSystem.Collections.Generic.IDictionary< string, object >No description.
EnableFutureFlagsboolNo description.
FakeCdktfJsonPathboolNo description.
OutdirstringNo description.
StackTracesboolNo description.
StubVersionboolNo description.

ContextOptional

public System.Collections.Generic.IDictionary<string, object> Context { get; set; }
  • Type: System.Collections.Generic.IDictionary< string, object >

EnableFutureFlagsOptional

public bool EnableFutureFlags { get; set; }
  • Type: bool

FakeCdktfJsonPathOptional

public bool FakeCdktfJsonPath { get; set; }
  • Type: bool

OutdirOptional

public string Outdir { get; set; }
  • Type: string

StackTracesOptional

public bool StackTraces { get; set; }
  • Type: bool

StubVersionOptional

public bool StubVersion { get; set; }
  • Type: bool