Uses of Interface
software.amazon.awscdk.services.codepipeline.IPipeline
Packages that use IPipeline
Package
Description
AWS CodePipeline Construct Library
Event Targets for Amazon EventBridge
-
Uses of IPipeline in software.amazon.awscdk.services.codepipeline
Subinterfaces of IPipeline in software.amazon.awscdk.services.codepipelineModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIPipeline
.Classes in software.amazon.awscdk.services.codepipeline that implement IPipelineModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
An AWS CodePipeline pipeline with its associated IAM role and S3 bucket.Methods in software.amazon.awscdk.services.codepipeline that return IPipelineModifier and TypeMethodDescriptionstatic IPipeline
Pipeline.fromPipelineArn
(software.constructs.Construct scope, String id, String pipelineArn) Import a pipeline into this app.IStage.getPipeline()
default IPipeline
IStage.Jsii$Default.getPipeline()
final IPipeline
IStage.Jsii$Proxy.getPipeline()
-
Uses of IPipeline in software.amazon.awscdk.services.events.targets
Methods in software.amazon.awscdk.services.events.targets with parameters of type IPipelineConstructors in software.amazon.awscdk.services.events.targets with parameters of type IPipelineModifierConstructorDescriptionCodePipeline
(IPipeline pipeline) CodePipeline
(IPipeline pipeline, CodePipelineTargetOptions options)