@Stability(value=Experimental) @Internal public static final class AppOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AppOptions
AppOptions
software.amazon.jsii.JsiiObject.InitializationMode
AppOptions.Builder, AppOptions.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(AppOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
AppOptions.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
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(AppOptions.Builder builder)
AppOptions.Builder
.public final Map<String,Object> getContext()
AppOptions
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 AppOptions
public final String getOutdir()
AppOptions
Default: - CDKTF_OUTDIR if defined, otherwise "cdktf.out"
getOutdir
in interface AppOptions
public final Boolean getSkipValidation()
AppOptions
Default: - false
getSkipValidation
in interface AppOptions
public final Boolean getStackTraces()
getStackTraces
in interface AppOptions
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2022. All rights reserved.