| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline |
AWS CodePipeline Construct Library
|
| software.amazon.awscdk.services.events.targets |
Event Targets for Amazon EventBridge
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IPipeline.Jsii$Default
Internal default implementation for
IPipeline. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IPipeline.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
Pipeline
(experimental) An AWS CodePipeline pipeline with its associated IAM role and S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
static IPipeline |
Pipeline.fromPipelineArn(software.constructs.Construct scope,
String id,
String pipelineArn)
(experimental) Import a pipeline into this app.
|
IPipeline |
IStage.getPipeline() |
IPipeline |
IStage.Jsii$Proxy.getPipeline() |
default IPipeline |
IStage.Jsii$Default.getPipeline() |
| Modifier and Type | Method and Description |
|---|---|
static CodePipeline.Builder |
CodePipeline.Builder.create(IPipeline pipeline) |
| Constructor and Description |
|---|
CodePipeline(IPipeline pipeline) |
CodePipeline(IPipeline pipeline,
CodePipelineTargetOptions options) |
Copyright © 2021. All rights reserved.