software.amazon.jsii.JsiiObject.InitializationMode
AppConfig.Builder, AppConfig.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(AppConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by the
AppConfig.Builder . |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Map<String,Object> |
getContext()
(experimental) Additional context values for the application.
|
String |
getOutdir()
(experimental) The directory to output Terraform resources.
|
Boolean |
getSkipValidation()
(experimental) Whether to skip the validation during synthesis of the app.
|
Boolean |
getStackTraces() |
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(AppConfig.Builder builder)
AppConfig.Builder
.public final Map<String,Object> getContext()
AppConfig
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
getContext
in interface AppConfig
public final String getOutdir()
AppConfig
Default: - CDKTF_OUTDIR if defined, otherwise "cdktf.out"
public final Boolean getSkipValidation()
AppConfig
Default: - false
getSkipValidation
in interface AppConfig
public final Boolean getStackTraces()
getStackTraces
in interface AppConfig
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2023. All rights reserved.