@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:42.407Z") @Stability(value=Experimental) public interface AppProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AppProps.Builder
A builder for
AppProps |
static class |
AppProps.Jsii$Proxy
An implementation for
AppProps |
| Modifier and Type | Method and Description |
|---|---|
static AppProps.Builder |
builder() |
default Boolean |
getAnalyticsReporting()
(experimental) Include runtime versioning information in the Stacks of this app.
|
default Boolean |
getAutoSynth()
(experimental) Automatically call `synth()` before the program exits.
|
default Map<String,Object> |
getContext()
(experimental) Additional context values for the application.
|
default String |
getOutdir()
(experimental) The output directory into which to emit synthesized artifacts.
|
default Boolean |
getStackTraces()
(experimental) Include construct creation stack trace in the `aws:cdk:trace` metadata key of all constructs.
|
default Boolean |
getTreeMetadata()
(experimental) Include construct tree metadata as part of the Cloud Assembly.
|
@Stability(value=Experimental) @Nullable default Boolean getAnalyticsReporting()
Default: Value of 'aws:cdk:version-reporting' context key
@Stability(value=Experimental) @Nullable default Boolean getAutoSynth()
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
@Stability(value=Experimental) @Nullable default Map<String,Object> getContext()
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
@Stability(value=Experimental) @Nullable default String getOutdir()
Default: - If this value is _not_ set, considers the environment variable `CDK_OUTDIR`. If `CDK_OUTDIR` is not defined, uses a temp directory.
@Stability(value=Experimental) @Nullable default Boolean getStackTraces()
Default: true stack traces are included unless `aws:cdk:disable-stack-trace` is set in the context.
@Stability(value=Experimental) @Nullable default Boolean getTreeMetadata()
Default: true
@Stability(value=Experimental) static AppProps.Builder builder()
AppProps.Builder of AppPropsCopyright © 2021. All rights reserved.