| Modifier and Type | Method and Description |
|---|---|
App.Builder |
App.Builder.analyticsReporting(Boolean analyticsReporting)
Include runtime versioning information in the Stacks of this app.
|
App.Builder |
App.Builder.autoSynth(Boolean autoSynth)
Automatically call `synth()` before the program exits.
|
App.Builder |
App.Builder.context(Map<String,? extends Object> context)
Additional context values for the application.
|
static App.Builder |
App.Builder.create() |
App.Builder |
App.Builder.outdir(String outdir)
The output directory into which to emit synthesized artifacts.
|
App.Builder |
App.Builder.runtimeInfo(Boolean runtimeInfo)
Deprecated.
use `versionReporting` instead
|
App.Builder |
App.Builder.stackTraces(Boolean stackTraces)
Include construct creation stack trace in the `aws:cdk:trace` metadata key of all constructs.
|
App.Builder |
App.Builder.treeMetadata(Boolean treeMetadata)
Include construct tree metadata as part of the Cloud Assembly.
|
Copyright © 2021. All rights reserved.