| Package | Description |
|---|---|
| software.amazon.awscdk.core |
monocdk Experiment
|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CdkStage.addApplication(Stage appStage)
(experimental) Add all stacks in the application Stage to this stage.
|
void |
CdkStage.addApplication(Stage appStage,
AddStageOptions options)
(experimental) Add all stacks in the application Stage to this stage.
|
CdkStage |
CdkPipeline.addApplicationStage(Stage appStage)
(experimental) Add pipeline stage that will deploy the given application stage.
|
CdkStage |
CdkPipeline.addApplicationStage(Stage appStage,
AddStageOptions options)
(experimental) Add pipeline stage that will deploy the given application stage.
|
Copyright © 2021. All rights reserved.