@Generated(value="jsii-pacmak/1.54.0 (build b1b977a)", date="2022-03-17T16:17:34.098Z") @Stability(value=Experimental) public interface AppOptions extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
AppOptions.Builder
A builder for
AppOptions |
static class |
AppOptions.Jsii$Proxy
An implementation for
AppOptions |
Modifier and Type | Method and Description |
---|---|
static AppOptions.Builder |
builder() |
default Map<String,Object> |
getContext()
(experimental) Additional context values for the application.
|
default String |
getOutdir()
(experimental) The directory to output Terraform resources.
|
default Boolean |
getSkipValidation()
(experimental) Whether to skip the validation during synthesis of the app.
|
default Boolean |
getStackTraces() |
@Stability(value=Experimental) @Nullable default Map<String,Object> getContext()
Context set by the CLI or the context
key in cdktf.json
has precedence.
Context can be read from any construct using node.getContext(key)
.
Default: - no additional context
@Stability(value=Experimental) @Nullable default String getOutdir()
Default: - CDKTF_OUTDIR if defined, otherwise "cdktf.out"
@Stability(value=Experimental) @Nullable default Boolean getSkipValidation()
Default: - false
@Stability(value=Experimental) @Nullable default Boolean getStackTraces()
@Stability(value=Experimental) static AppOptions.Builder builder()
AppOptions.Builder
of AppOptions
Copyright © 2022. All rights reserved.