@Generated(value="jsii-pacmak/0.20.4 (build 96d89e1)", date="2019-11-12T11:54:39.732Z") @Stability(value=Stable) 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 |
getAutoSynth()
Automatically call `synth()` before the program exits.
|
default Map<String,String> |
getContext()
Additional context values for the application.
|
default String |
getOutdir()
The output directory into which to emit synthesized artifacts.
|
default Boolean |
getRuntimeInfo()
Include runtime versioning information in cloud assembly manifest.
|
default Boolean |
getStackTraces()
Include construct creation stack trace in the `aws:cdk:trace` metadata key of all constructs.
|
default Boolean |
getTreeMetadata()
Include construct tree metadata as part of the Cloud Assembly.
|
@Stability(value=Stable) default Boolean getAutoSynth()
@Stability(value=Stable) default Map<String,String> getContext()
@Stability(value=Stable) default String getOutdir()
@Stability(value=Stable) default Boolean getRuntimeInfo()
@Stability(value=Stable) default Boolean getStackTraces()
@Stability(value=Stable) default Boolean getTreeMetadata()
@Stability(value=Stable) static AppProps.Builder builder()
AppProps.Builder of AppPropsCopyright © 2019. All rights reserved.