| Modifier and Type | Class and Description |
|---|---|
class |
App
A construct which represents an entire CDK app.
|
| Modifier and Type | Method and Description |
|---|---|
Stage |
Stage.Builder.build() |
Stage |
Stage.getParentStage()
(experimental) The parent stage or `undefined` if this is the app.
|
static Stage |
Stage.of(software.constructs.IConstruct construct)
(experimental) Return the stage this construct is contained with, if available.
|
Copyright © 2020. All rights reserved.