@Generated(value="jsii-pacmak/0.20.8 (build bd5ef4d)", date="2019-11-25T14:22:09.446Z") @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()
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.
@Stability(value=Stable) default Map<String,String> 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).
@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.