| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| Modifier and Type | Class and Description |
|---|---|
class |
App
(experimental) 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 © 2021. All rights reserved.