| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| 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()
The parent stage or `undefined` if this is the app.
|
static Stage |
Stage.of(software.constructs.IConstruct construct)
Return the stage this construct is contained with, if available.
|
| Modifier and Type | Method and Description |
|---|---|
Stage |
PermissionsBroadeningCheckProps.getStage()
The CDK Stage object to check the stacks of.
|
Stage |
PermissionsBroadeningCheckProps.Jsii$Proxy.getStage() |
| Modifier and Type | Method and Description |
|---|---|
StageDeployment |
PipelineBase.addStage(Stage stage)
Deploy a single Stage by itself.
|
StageDeployment |
Wave.addStage(Stage stage)
Add a Stage to this wave.
|
StageDeployment |
PipelineBase.addStage(Stage stage,
AddStageOpts options)
Deploy a single Stage by itself.
|
StageDeployment |
Wave.addStage(Stage stage,
AddStageOpts options)
Add a Stage to this wave.
|
static StageDeployment |
StageDeployment.fromStage(Stage stage)
Create a new `StageDeployment` from a `Stage`.
|
static StageDeployment |
StageDeployment.fromStage(Stage stage,
StageDeploymentProps props)
Create a new `StageDeployment` from a `Stage`.
|
PermissionsBroadeningCheckProps.Builder |
PermissionsBroadeningCheckProps.Builder.stage(Stage stage)
Sets the value of
PermissionsBroadeningCheckProps.getStage() |
ConfirmPermissionsBroadening.Builder |
ConfirmPermissionsBroadening.Builder.stage(Stage stage)
The CDK Stage object to check the stacks of.
|
Copyright © 2022. All rights reserved.