@Generated(value="jsii-pacmak/1.77.0 (build 3e5fa88)", date="2023-04-05T14:53:11.805Z") @Stability(value=Experimental) public interface AppConfig extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
AppConfig.Builder
A builder for
AppConfig |
static class |
AppConfig.Jsii$Proxy
An implementation for
AppConfig |
Modifier and Type | Method and Description |
---|---|
static AppConfig.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 AppConfig.Builder builder()
AppConfig.Builder
of AppConfig
Copyright © 2023. All rights reserved.