| 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 |
|---|---|
Stage |
PermissionsBroadeningCheckProps.getStage()
(experimental) The CDK Stage object to check the stacks of.
|
Stage |
PermissionsBroadeningCheckProps.Jsii$Proxy.getStage() |
| Modifier and Type | Method and Description |
|---|---|
void |
CdkStage.addApplication(Stage appStage)
Deprecated.
|
void |
CdkStage.addApplication(Stage appStage,
AddStageOptions options)
Deprecated.
|
CdkStage |
CdkPipeline.addApplicationStage(Stage appStage)
Deprecated.
|
CdkStage |
CdkPipeline.addApplicationStage(Stage appStage,
AddStageOptions options)
Deprecated.
|
StageDeployment |
PipelineBase.addStage(Stage stage)
(experimental) Deploy a single Stage by itself.
|
StageDeployment |
Wave.addStage(Stage stage)
(experimental) Add a Stage to this wave.
|
StageDeployment |
PipelineBase.addStage(Stage stage,
AddStageOpts options)
(experimental) Deploy a single Stage by itself.
|
StageDeployment |
Wave.addStage(Stage stage,
AddStageOpts options)
(experimental) Add a Stage to this wave.
|
static StageDeployment |
StageDeployment.fromStage(Stage stage)
(experimental) Create a new `StageDeployment` from a `Stage`.
|
static StageDeployment |
StageDeployment.fromStage(Stage stage,
StageDeploymentProps props)
(experimental) Create a new `StageDeployment` from a `Stage`.
|
ConfirmPermissionsBroadening.Builder |
ConfirmPermissionsBroadening.Builder.stage(Stage stage)
(experimental) The CDK Stage object to check the stacks of.
|
PermissionsBroadeningCheckProps.Builder |
PermissionsBroadeningCheckProps.Builder.stage(Stage stage)
Sets the value of
PermissionsBroadeningCheckProps.getStage() |
Copyright © 2022. All rights reserved.