Class: Pipeline

CodePipeline.Pipeline

new Pipeline()

Properties:
Name Type Description
ArtifactStore AWSCodePipelinePipelineArtifactStore Required: Yes. The Amazon Simple Storage Service (Amazon S3) location where AWS CodePipeline stores pipeline artifacts. The S3 bucket must have versioning enabled. For more information, see Create an Amazon S3 Bucket for Your Application in the AWS CodePipeline User Guide.Update requires: No interruption
DisableInboundStageTransitions AWSCodePipelinePipelineDisableInboundStageTransitions Required: No. Prevents artifacts in a pipeline from transitioning to the stage that you specified. This enables you to manually control transitions.Update requires: No interruption
Name String Required: No. The name of your AWS CodePipeline pipeline.Update requires: No interruption
RestartExecutionOnUpdate Boolean Required: No. Indicates whether to rerun the AWS CodePipeline pipeline after you update it.Update requires: No interruption
RoleArn String Required: Yes. A service role Amazon Resource Name (ARN) that grants AWS CodePipeline permission to make calls to AWS services on your behalf. For more information, see AWS CodePipeline Access Permissions Reference in the AWS CodePipeline User Guide.Update requires: No interruption
Stages AWSCodePipelinePipelineStages Required: Yes. Defines the AWS CodePipeline pipeline stages.Update requires: No interruption
Source:

Extends

  • WKResource

CodePipeline.Pipeline

new Pipeline()

Properties:
Name Type Description
ArtifactStore AWSCodePipelinePipelineArtifactStore Required: Yes. The Amazon Simple Storage Service (Amazon S3) location where AWS CodePipeline stores pipeline artifacts. The S3 bucket must have versioning enabled. For more information, see Create an Amazon S3 Bucket for Your Application in the AWS CodePipeline User Guide.Update requires: No interruption
DisableInboundStageTransitions AWSCodePipelinePipelineDisableInboundStageTransitions Required: No. Prevents artifacts in a pipeline from transitioning to the stage that you specified. This enables you to manually control transitions.Update requires: No interruption
Name String Required: No. The name of your AWS CodePipeline pipeline.Update requires: No interruption
RestartExecutionOnUpdate Boolean Required: No. Indicates whether to rerun the AWS CodePipeline pipeline after you update it.Update requires: No interruption
RoleArn String Required: Yes. A service role Amazon Resource Name (ARN) that grants AWS CodePipeline permission to make calls to AWS services on your behalf. For more information, see AWS CodePipeline Access Permissions Reference in the AWS CodePipeline User Guide.Update requires: No interruption
Stages AWSCodePipelinePipelineStages Required: Yes. Defines the AWS CodePipeline pipeline stages.Update requires: No interruption
Source:

Extends

  • WKResource