software.amazon.jsii.JsiiObject.InitializationModeAppProps.Builder, AppProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Stable) @Nullable public Boolean getAutoSynth()
getAutoSynth in interface AppProps@Stability(value=Stable) @Nullable public Map<String,String> getContext()
getContext in interface AppProps@Stability(value=Stable) @Nullable public String getOutdir()
@Stability(value=Stable) @Nullable public Boolean getRuntimeInfo()
getRuntimeInfo in interface AppProps@Stability(value=Stable) @Nullable public Boolean getStackTraces()
getStackTraces in interface AppPropsCopyright © 2019. All rights reserved.