| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| software.amazon.awscdk.services.codepipeline |
AWS CodePipeline Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default Pipeline |
CdkPipelineProps.getCodePipeline()
(experimental) Existing CodePipeline to add deployment stages to.
|
Pipeline |
CdkPipelineProps.Jsii$Proxy.getCodePipeline() |
Pipeline |
CdkPipeline.getCodePipeline()
(experimental) The underlying CodePipeline object.
|
| Modifier and Type | Method and Description |
|---|---|
CdkPipelineProps.Builder |
CdkPipelineProps.Builder.codePipeline(Pipeline codePipeline)
Sets the value of
CdkPipelineProps.getCodePipeline() |
CdkPipeline.Builder |
CdkPipeline.Builder.codePipeline(Pipeline codePipeline)
(experimental) Existing CodePipeline to add deployment stages to.
|
| 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 | Method and Description |
|---|---|
Pipeline |
Pipeline.Builder.build() |
Copyright © 2021. All rights reserved.