Initializer
Properties
contextOptional
- Type: {[ key: string ]: any}
- Default: no additional context
context key in cdktf.json has precedence.
Context can be read from any construct using node.getContext(key).
hclOutputOptional
- Type: boolean
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: boolean
- Default: false
skipValidationOptional
- Type: boolean
- Default: false
stackTracesOptional
- Type: boolean