Initializer
Properties
| Name | Type | Description |
|---|---|---|
context | {[ key: string ]: any} | Additional context values for the application. |
hclOutput | boolean | No description. |
outdir | string | The directory to output Terraform resources. |
skipBackendValidation | boolean | Whether to skip backend validation during synthesis of the app. |
skipValidation | boolean | Whether to skip all validations during synthesis of the app. |
stackTraces | boolean | No description. |
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