software.amazon.jsii.JsiiObject.InitializationModeAppProps.Builder, AppProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
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) |
Boolean |
getAutoSynth()
Automatically call `synth()` before the program exits.
|
Map<String,String> |
getContext()
Additional context values for the application.
|
String |
getOutdir()
The output directory into which to emit synthesized artifacts.
|
Boolean |
getRuntimeInfo()
Include runtime versioning information in cloud assembly manifest.
|
Boolean |
getStackTraces()
Include construct creation stack trace in the `aws:cdk:trace` metadata key of all constructs.
|
Boolean |
getTreeMetadata()
Include construct tree metadata as part of the Cloud Assembly.
|
int |
hashCode() |
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public Boolean getAutoSynth()
AppPropsgetAutoSynth in interface AppPropspublic Map<String,String> getContext()
AppPropsgetContext in interface AppPropspublic String getOutdir()
AppPropspublic Boolean getRuntimeInfo()
AppPropsgetRuntimeInfo in interface AppPropspublic Boolean getStackTraces()
AppPropsgetStackTraces in interface AppPropspublic Boolean getTreeMetadata()
AppPropsgetTreeMetadata in interface AppPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2019. All rights reserved.