| Package | Description |
|---|---|
| software.amazon.awscdk.appdelivery |
Continuous Integration / Continuous Delivery for CDK Applications
|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| software.amazon.awscdk.services.codepipeline |
AWS CodePipeline Construct Library
|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| Modifier and Type | Class and Description |
|---|---|
class |
PipelineDeployStackAction
(experimental) A class to deploy a stack that is part of a CDK App, using CodePipeline.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeployCdkStackAction
Deprecated.
This class is part of the old API. Use the API based on the `CodePipeline` class instead
|
class |
PublishAssetsAction
Deprecated.
This class is part of the old API. Use the API based on the `CodePipeline` class instead
|
class |
ShellScriptAction
Deprecated.
This class is part of the old API. Use the API based on the `CodePipeline` class instead
|
class |
SimpleSynthAction
Deprecated.
This class is part of the old API. Use the API based on the `CodePipeline` class instead
|
class |
UpdatePipelineAction
Deprecated.
This class is part of the old API. Use the API based on the `CodePipeline` class instead
|
| Modifier and Type | Method and Description |
|---|---|
default IAction |
CdkPipelineProps.getSourceAction()
Deprecated.
|
IAction |
CdkPipelineProps.Jsii$Proxy.getSourceAction()
Deprecated.
|
default IAction |
CdkPipelineProps.getSynthAction()
Deprecated.
|
IAction |
CdkPipelineProps.Jsii$Proxy.getSynthAction()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CdkStage.addActions(IAction... actions)
Deprecated.
|
CdkPipelineProps.Builder |
CdkPipelineProps.Builder.sourceAction(IAction sourceAction)
Deprecated.
|
CdkPipeline.Builder |
CdkPipeline.Builder.sourceAction(IAction sourceAction)
Deprecated.
|
CdkPipelineProps.Builder |
CdkPipelineProps.Builder.synthAction(IAction synthAction)
Deprecated.
|
CdkPipeline.Builder |
CdkPipeline.Builder.synthAction(IAction synthAction)
Deprecated.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IAction.Jsii$Default
Internal default implementation for
IAction. |
| Modifier and Type | Class and Description |
|---|---|
class |
Action
(experimental) Low-level class for generic CodePipeline Actions implementing the
IAction interface. |
static class |
IAction.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
List<IAction> |
StageOptions.Jsii$Proxy.getActions() |
default List<IAction> |
StageProps.getActions()
(experimental) The list of Actions to create this Stage with.
|
List<IAction> |
StageProps.Jsii$Proxy.getActions() |
List<IAction> |
IStage.getActions()
(experimental) The actions belonging to this stage.
|
List<IAction> |
IStage.Jsii$Proxy.getActions()
(experimental) The actions belonging to this stage.
|
default List<IAction> |
IStage.Jsii$Default.getActions()
(experimental) The actions belonging to this stage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IStage.addAction(IAction action) |
void |
IStage.Jsii$Proxy.addAction(IAction action) |
default void |
IStage.Jsii$Default.addAction(IAction action) |
| Modifier and Type | Method and Description |
|---|---|
StageOptions.Builder |
StageOptions.Builder.actions(List<? extends IAction> actions)
Sets the value of
StageProps.getActions() |
StageProps.Builder |
StageProps.Builder.actions(List<? extends IAction> actions)
Sets the value of
StageProps.getActions() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlexaSkillDeployAction
(experimental) Deploys the skill to Alexa.
|
class |
BitBucketSourceAction
Deprecated.
use CodeStarConnectionsSourceAction instead
|
class |
CloudFormationCreateReplaceChangeSetAction
(experimental) CodePipeline action to prepare a change set.
|
class |
CloudFormationCreateUpdateStackAction
(experimental) CodePipeline action to deploy a stack.
|
class |
CloudFormationDeleteStackAction
(experimental) CodePipeline action to delete a stack.
|
class |
CloudFormationDeployStackInstancesAction
(experimental) CodePipeline action to create/update Stack Instances of a StackSet.
|
class |
CloudFormationDeployStackSetAction
(experimental) CodePipeline action to deploy a stackset.
|
class |
CloudFormationExecuteChangeSetAction
(experimental) CodePipeline action to execute a prepared change set.
|
class |
CodeBuildAction
(experimental) CodePipeline build action that uses AWS CodeBuild.
|
class |
CodeCommitSourceAction
(experimental) CodePipeline Source that is provided by an AWS CodeCommit repository.
|
class |
CodeDeployEcsDeployAction
Example:
|
class |
CodeDeployServerDeployAction
Example:
|
class |
CodeStarConnectionsSourceAction
(experimental) A CodePipeline source action for the CodeStar Connections source, which allows connecting to GitHub and BitBucket.
|
class |
EcrSourceAction
(experimental) The ECR Repository source CodePipeline Action.
|
class |
EcsDeployAction
(experimental) CodePipeline Action to deploy an ECS Service.
|
class |
GitHubSourceAction
(experimental) Source that is provided by a GitHub repository.
|
class |
JenkinsAction
(experimental) Jenkins build CodePipeline Action.
|
class |
LambdaInvokeAction
(experimental) CodePipeline invoke Action that is provided by an AWS Lambda function.
|
class |
ManualApprovalAction
(experimental) Manual approval action.
|
class |
S3DeployAction
(experimental) Deploys the sourceArtifact to Amazon S3.
|
class |
S3SourceAction
(experimental) Source that is provided by a specific Amazon S3 object.
|
class |
ServiceCatalogDeployActionBeta1
(experimental) CodePipeline action to connect to an existing ServiceCatalog product.
|
class |
StepFunctionInvokeAction
(experimental) StepFunctionInvokeAction that is provided by an AWS CodePipeline.
|
Copyright © 2022. All rights reserved.