@Generated(value="jsii-pacmak/1.1.0 (build df55f5e)", date="2020-04-10T22:03:04.704Z") @Stability(value=Experimental) public class App extends software.constructs.Construct
EXPERIMENTAL
Modifier and Type | Class and Description |
---|---|
static class |
App.Builder
A fluent builder for
App . |
Modifier | Constructor and Description |
---|---|
|
App()
Defines an app.
|
|
App(AppOptions options)
Defines an app.
|
protected |
App(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
App(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
String |
getOutdir()
The output directory into which manifests will be synthesized.
|
void |
synth()
Synthesizes all manifests to the output directory.
|
onPrepare, onSynthesize, onValidate, toString
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet
protected App(software.amazon.jsii.JsiiObjectRef objRef)
protected App(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) public App(@Nullable AppOptions options)
EXPERIMENTAL
options
- configuration options.@Stability(value=Experimental) public App()
EXPERIMENTAL
@Stability(value=Experimental) public void synth()
EXPERIMENTAL
@Stability(value=Experimental) @NotNull public String getOutdir()
EXPERIMENTAL
Copyright © 2020. All rights reserved.