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()
AppPropsIf you set this, you don't have to call synth() explicitly. Note that
this feature is only available for certain programming languages, and
calling synth() is still recommended.
getAutoSynth in interface AppPropspublic Map<String,String> getContext()
AppPropsContext set by the CLI or the context key in cdk.json has precedence.
Context can be read from any construct using node.getContext(key).
getContext 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.