AppProps.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(java.lang.Object o) |
java.lang.Boolean |
getAnalyticsReporting()
Include runtime versioning information in the Stacks of this app.
|
java.lang.Boolean |
getAutoSynth()
Automatically call `synth()` before the program exits.
|
java.util.Map<java.lang.String,java.lang.Object> |
getContext()
Additional context values for the application.
|
java.lang.String |
getOutdir()
The output directory into which to emit synthesized artifacts.
|
java.lang.Boolean |
getRuntimeInfo()
(deprecated) Include runtime versioning information in the Stacks of this app.
|
java.lang.Boolean |
getStackTraces()
Include construct creation stack trace in the `aws:cdk:trace` metadata key of all constructs.
|
java.lang.Boolean |
getTreeMetadata()
Include construct tree metadata as part of the Cloud Assembly.
|
int |
hashCode() |
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Boolean getAnalyticsReporting()
AppProps
Default: Value of 'aws:cdk:version-reporting' context key
getAnalyticsReporting
in interface AppProps
public final java.lang.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 AppProps
public final java.util.Map<java.lang.String,java.lang.Object> 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 AppProps
public final java.lang.String getOutdir()
AppProps
You should never need to set this value. By default, the value you pass to
the CLI's --output
flag will be used, and if you change it to a different
directory the CLI will fail to pick up the generated Cloud Assembly.
This property is intended for internal and testing use.
Default: - If this value is _not_ set, considers the environment variable `CDK_OUTDIR`. If `CDK_OUTDIR` is not defined, uses a temp directory.
public final java.lang.Boolean getRuntimeInfo()
AppProps
Default: Value of 'aws:cdk:version-reporting' context key
getRuntimeInfo
in interface AppProps
public final java.lang.Boolean getStackTraces()
AppProps
Default: true stack traces are included unless `aws:cdk:disable-stack-trace` is set in the context.
getStackTraces
in interface AppProps
public final java.lang.Boolean getTreeMetadata()
AppProps
Default: true
getTreeMetadata
in interface AppProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()