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, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public Boolean getAutoSynth()
AppProps
If 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.
Default: true if running via CDK CLI (`CDK_OUTDIR` is set), `false` otherwise
getAutoSynth in interface AppPropspublic Map<String,String> getContext()
AppProps
Context set by the CLI or the context key in cdk.json has precedence.
Context can be read from any construct using node.getContext(key).
Default: - no additional context
getContext in interface AppPropspublic String getOutdir()
AppPropsDefault: - If this value is _not_ set, considers the environment variable `CDK_OUTDIR`. If `CDK_OUTDIR` is not defined, uses a temp directory.
public Boolean getRuntimeInfo()
AppPropsDefault: true runtime info is included unless `aws:cdk:disable-runtime-info` is set in the context.
getRuntimeInfo in interface AppPropspublic Boolean getStackTraces()
AppPropsDefault: true stack traces are included unless `aws:cdk:disable-stack-trace` is set in the context.
getStackTraces in interface AppPropspublic Boolean getTreeMetadata()
AppPropsDefault: true
getTreeMetadata in interface AppPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.