Initializer
Properties
ContextOptional
- Type: System.Collections.Generic.IDictionary< string, object >
- Default: no additional context
context key in cdktf.json has precedence.
Context can be read from any construct using node.getContext(key).
HclOutputOptional
- Type: bool
OutdirOptional
- Type: string
- Default: CDKTF_OUTDIR if defined, otherwise “cdktf.out”
- The
-o/--outputCLI option - The
CDKTF_OUTDIRenvironment variable - The
outdirkey incdktf.json
SkipBackendValidationOptional
- Type: bool
- Default: false
SkipValidationOptional
- Type: bool
- Default: false
StackTracesOptional
- Type: bool