| 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
(experimental) Action to deploy a CDK Stack.
|
class |
PublishAssetsAction
(experimental) Action to publish an asset in the pipeline.
|
class |
ShellScriptAction
(experimental) Validate a revision using shell commands.
|
class |
SimpleSynthAction
(experimental) A standard synth with a generated buildspec.
|
class |
UpdatePipelineAction
(experimental) Action to self-mutate the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
default IAction |
CdkPipelineProps.getSourceAction()
(experimental) The CodePipeline action used to retrieve the CDK app's source.
|
IAction |
CdkPipelineProps.Jsii$Proxy.getSourceAction() |
default IAction |
CdkPipelineProps.getSynthAction()
(experimental) The CodePipeline action build and synthesis step of the CDK app.
|
IAction |
CdkPipelineProps.Jsii$Proxy.getSynthAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
CdkStage.addActions(IAction... actions)
(experimental) Add one or more CodePipeline Actions.
|
CdkPipelineProps.Builder |
CdkPipelineProps.Builder.sourceAction(IAction sourceAction)
Sets the value of
CdkPipelineProps.getSourceAction() |
CdkPipeline.Builder |
CdkPipeline.Builder.sourceAction(IAction sourceAction)
(experimental) The CodePipeline action used to retrieve the CDK app's source.
|
CdkPipelineProps.Builder |
CdkPipelineProps.Builder.synthAction(IAction synthAction)
Sets the value of
CdkPipelineProps.getSynthAction() |
CdkPipeline.Builder |
CdkPipeline.Builder.synthAction(IAction synthAction)
(experimental) The CodePipeline action build and synthesis step of the CDK app.
|
| Constructor and Description |
|---|
Jsii$Proxy(Artifact cloudAssemblyArtifact,
String cdkCliVersion,
Pipeline codePipeline,
Boolean crossAccountKeys,
String pipelineName,
Boolean selfMutating,
IAction sourceAction,
SubnetSelection subnetSelection,
IAction synthAction,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
CdkPipelineProps.Builder. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IAction.Jsii$Default
Internal default implementation for
IAction. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IAction.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
default List<IAction> |
StageProps.getActions()
(experimental) The list of Actions to create this Stage with.
|
List<IAction> |
StageProps.Jsii$Proxy.getActions() |
List<IAction> |
StageOptions.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 |
|---|---|
StageProps.Builder |
StageProps.Builder.actions(List<? extends IAction> actions)
Sets the value of
StageProps.getActions() |
StageOptions.Builder |
StageOptions.Builder.actions(List<? extends IAction> actions)
Sets the value of
StageProps.getActions() |
| Constructor and Description |
|---|
Jsii$Proxy(StagePlacement placement,
String stageName,
List<? extends IAction> actions)
Constructor that initializes the object based on literal property values passed by the
StageOptions.Builder. |
Jsii$Proxy(String stageName,
List<? extends IAction> actions)
Constructor that initializes the object based on literal property values passed by the
StageProps.Builder. |
| Modifier and Type | Class and Description |
|---|---|
class |
Action
(experimental) Low-level class for generic CodePipeline Actions.
|
class |
AlexaSkillDeployAction
(experimental) Deploys the skill to Alexa.
|
class |
BitBucketSourceAction
(experimental) A CodePipeline source action for BitBucket.
|
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 |
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 |
class |
CodeDeployServerDeployAction |
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 |
ServiceCatalogDeployAction
(experimental) CodePipeline action to connect to an existing ServiceCatalog product.
|
class |
StepFunctionInvokeAction
(experimental) StepFunctionInvokeAction that is provided by an AWS CodePipeline.
|
Copyright © 2021. All rights reserved.