Initializer
Properties
| Name | Type | Description |
|---|---|---|
context | typing.Mapping[typing.Any] | Additional context values for the application. |
hcl_output | bool | No description. |
outdir | str | The directory to output Terraform resources. |
skip_backend_validation | bool | Whether to skip backend validation during synthesis of the app. |
skip_validation | bool | Whether to skip all validations during synthesis of the app. |
stack_traces | bool | No description. |
contextOptional
- Type: typing.Mapping[typing.Any]
- Default: no additional context
context key in cdktf.json has precedence.
Context can be read from any construct using node.getContext(key).
hcl_outputOptional
- Type: bool
outdirOptional
- Type: str
- Default: CDKTF_OUTDIR if defined, otherwise “cdktf.out”
- The
-o/--outputCLI option - The
CDKTF_OUTDIRenvironment variable - The
outdirkey incdktf.json
skip_backend_validationOptional
- Type: bool
- Default: false
skip_validationOptional
- Type: bool
- Default: false
stack_tracesOptional
- Type: bool