@Generated(value="jsii-pacmak/0.14.3 (build 1b1062d)", date="2019-08-14T08:10:20.258Z") @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
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static AppProps.Builder |
builder() |
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.
|
@Stability(value=Stable) Boolean getAutoSynth()
@Stability(value=Stable) Map<String,String> getContext()
@Stability(value=Stable) String getOutdir()
@Stability(value=Stable) Boolean getRuntimeInfo()
@Stability(value=Stable) Boolean getStackTraces()
@Stability(value=Stable) static AppProps.Builder builder()
AppProps.Builder of AppPropsCopyright © 2019. All rights reserved.