| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline |
AWS CodePipeline Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnPipeline.Builder |
CfnPipeline.Builder.artifactStore(CfnPipeline.ArtifactStoreProperty artifactStore)
The S3 bucket where artifacts for the pipeline are stored.
|
CfnPipeline.Builder |
CfnPipeline.Builder.artifactStore(IResolvable artifactStore)
The S3 bucket where artifacts for the pipeline are stored.
|
CfnPipeline.Builder |
CfnPipeline.Builder.artifactStores(IResolvable artifactStores)
A mapping of `artifactStore` objects and their corresponding AWS Regions.
|
CfnPipeline.Builder |
CfnPipeline.Builder.artifactStores(List<? extends Object> artifactStores)
A mapping of `artifactStore` objects and their corresponding AWS Regions.
|
static CfnPipeline.Builder |
CfnPipeline.Builder.create(software.constructs.Construct scope,
String id) |
CfnPipeline.Builder |
CfnPipeline.Builder.disableInboundStageTransitions(IResolvable disableInboundStageTransitions)
Represents the input of a `DisableStageTransition` action.
|
CfnPipeline.Builder |
CfnPipeline.Builder.disableInboundStageTransitions(List<? extends Object> disableInboundStageTransitions)
Represents the input of a `DisableStageTransition` action.
|
CfnPipeline.Builder |
CfnPipeline.Builder.name(String name)
The name of the pipeline.
|
CfnPipeline.Builder |
CfnPipeline.Builder.restartExecutionOnUpdate(Boolean restartExecutionOnUpdate)
Indicates whether to rerun the CodePipeline pipeline after you update it.
|
CfnPipeline.Builder |
CfnPipeline.Builder.restartExecutionOnUpdate(IResolvable restartExecutionOnUpdate)
Indicates whether to rerun the CodePipeline pipeline after you update it.
|
CfnPipeline.Builder |
CfnPipeline.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) for CodePipeline to use to either perform actions with no `actionRoleArn` , or to use to assume roles for actions with an `actionRoleArn` .
|
CfnPipeline.Builder |
CfnPipeline.Builder.stages(IResolvable stages)
Represents information about a stage and its definition.
|
CfnPipeline.Builder |
CfnPipeline.Builder.stages(List<? extends Object> stages)
Represents information about a stage and its definition.
|
CfnPipeline.Builder |
CfnPipeline.Builder.tags(List<? extends CfnTag> tags)
Specifies the tags applied to the pipeline.
|
Copyright © 2022. All rights reserved.