| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline |
AWS CodePipeline Construct Library
|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IAction.Jsii$Default
Internal default implementation for
IAction. |
| Modifier and Type | Class and Description |
|---|---|
class |
Action
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() |
List<IAction> |
IStage.getActions()
The actions belonging to this stage.
|
List<IAction> |
IStage.Jsii$Proxy.getActions()
The actions belonging to this stage.
|
default List<IAction> |
IStage.Jsii$Default.getActions()
The actions belonging to this stage.
|
default List<IAction> |
StageProps.getActions()
The list of Actions to create this Stage with.
|
List<IAction> |
StageProps.Jsii$Proxy.getActions() |
| 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
Deploys the skill to Alexa.
|
class |
CloudFormationCreateReplaceChangeSetAction
CodePipeline action to prepare a change set.
|
class |
CloudFormationCreateUpdateStackAction
CodePipeline action to deploy a stack.
|
class |
CloudFormationDeleteStackAction
CodePipeline action to delete a stack.
|
class |
CloudFormationDeployStackInstancesAction
CodePipeline action to create/update Stack Instances of a StackSet.
|
class |
CloudFormationDeployStackSetAction
CodePipeline action to deploy a stackset.
|
class |
CloudFormationExecuteChangeSetAction
CodePipeline action to execute a prepared change set.
|
class |
CodeBuildAction
CodePipeline build action that uses AWS CodeBuild.
|
class |
CodeCommitSourceAction
CodePipeline Source that is provided by an AWS CodeCommit repository.
|
class |
CodeDeployEcsDeployAction
Example:
|
class |
CodeDeployServerDeployAction
Example:
|
class |
CodeStarConnectionsSourceAction
A CodePipeline source action for the CodeStar Connections source, which allows connecting to GitHub and BitBucket.
|
class |
EcrSourceAction
The ECR Repository source CodePipeline Action.
|
class |
EcsDeployAction
CodePipeline Action to deploy an ECS Service.
|
class |
GitHubSourceAction
Source that is provided by a GitHub repository.
|
class |
JenkinsAction
Jenkins build CodePipeline Action.
|
class |
LambdaInvokeAction
CodePipeline invoke Action that is provided by an AWS Lambda function.
|
class |
ManualApprovalAction
Manual approval action.
|
class |
S3DeployAction
Deploys the sourceArtifact to Amazon S3.
|
class |
S3SourceAction
Source that is provided by a specific Amazon S3 object.
|
class |
ServiceCatalogDeployActionBeta1
CodePipeline action to connect to an existing ServiceCatalog product.
|
class |
StepFunctionInvokeAction
StepFunctionInvokeAction that is provided by an AWS CodePipeline.
|
Copyright © 2022. All rights reserved.