@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:42.406Z") @Stability(value=Experimental) public class App extends Stage
You would normally define an App instance in your program's entrypoint,
then define constructs where the app is used as the parent scope.
After all the child constructs are defined within the app, you should call
app.synth() which will emit a "cloud assembly" from this app into the
directory specified by outdir. Cloud assemblies includes artifacts such as
CloudFormation templates and assets that are needed to deploy this app into
the AWS cloud.
https://docs.aws.amazon.com/cdk/latest/guide/apps.html| Modifier and Type | Class and Description |
|---|---|
static class |
App.Builder
(experimental) A fluent builder for
App. |
| Modifier | Constructor and Description |
|---|---|
|
App()
(experimental) Initializes a CDK application.
|
|
App(AppProps props)
(experimental) Initializes a CDK application.
|
protected |
App(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
App(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
isApp(Object obj)
(experimental) Checks if an object is an instance of the `App` class.
|
getAccount, getArtifactId, getAssetOutdir, getOutdir, getParentStage, getRegion, getStageName, isStage, of, synth, synthjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected App(software.amazon.jsii.JsiiObjectRef objRef)
protected App(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public App(@Nullable
AppProps props)
props - initialization properties.@Stability(value=Experimental) public App()
Copyright © 2021. All rights reserved.