Uses of Interface
software.amazon.awscdk.interfaces.codepipeline.IPipelineRef
Packages that use IPipelineRef
Package
Description
AWS AppConfig Construct Library
AWS CodePipeline Construct Library
AWS CodePipeline Actions
Event Targets for Amazon EventBridge
Amazon EventBridge Scheduler Targets Construct Library
-
Uses of IPipelineRef in software.amazon.awscdk.interfaces.codepipeline
Subinterfaces of IPipelineRef in software.amazon.awscdk.interfaces.codepipelineModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIPipelineRef.Classes in software.amazon.awscdk.interfaces.codepipeline that implement IPipelineRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IPipelineRef in software.amazon.awscdk.services.appconfig
Methods in software.amazon.awscdk.services.appconfig with parameters of type IPipelineRefModifier and TypeMethodDescriptionstatic ConfigurationSourceConfigurationSource.fromPipeline(IPipelineRef pipeline) Defines configuration content from AWS CodePipeline. -
Uses of IPipelineRef in software.amazon.awscdk.services.codepipeline
Subinterfaces of IPipelineRef in software.amazon.awscdk.services.codepipelineModifier and TypeInterfaceDescriptioninterfaceThe abstract view of an AWS CodePipeline as required and used by Actions.static interfaceInternal default implementation forIPipeline.Classes in software.amazon.awscdk.services.codepipeline that implement IPipelineRefModifier and TypeClassDescriptionclassTheAWS::CodePipeline::Pipelineresource creates a CodePipeline pipeline that describes how software changes go through a release process.static final classA proxy class which represents a concrete javascript instance of this type.classAn AWS CodePipeline pipeline with its associated IAM role and S3 bucket.Methods in software.amazon.awscdk.services.codepipeline that return IPipelineRefModifier and TypeMethodDescriptionstatic IPipelineRefCfnPipeline.fromPipelineName(software.constructs.Construct scope, String id, String pipelineName) Creates a new IPipelineRef from a pipelineName.Methods in software.amazon.awscdk.services.codepipeline with parameters of type IPipelineRefModifier and TypeMethodDescriptionstatic StringCfnPipeline.arnForPipeline(IPipelineRef resource) -
Uses of IPipelineRef in software.amazon.awscdk.services.codepipeline.actions
Methods in software.amazon.awscdk.services.codepipeline.actions that return IPipelineRefModifier and TypeMethodDescriptionPipelineInvokeActionProps.getTargetPipeline()The pipeline that will, upon running, start the current target pipeline.final IPipelineRefPipelineInvokeActionProps.Jsii$Proxy.getTargetPipeline()Methods in software.amazon.awscdk.services.codepipeline.actions with parameters of type IPipelineRefModifier and TypeMethodDescriptionPipelineInvokeAction.Builder.targetPipeline(IPipelineRef targetPipeline) The pipeline that will, upon running, start the current target pipeline.PipelineInvokeActionProps.Builder.targetPipeline(IPipelineRef targetPipeline) Sets the value ofPipelineInvokeActionProps.getTargetPipeline() -
Uses of IPipelineRef in software.amazon.awscdk.services.events.targets
Methods in software.amazon.awscdk.services.events.targets with parameters of type IPipelineRefModifier and TypeMethodDescriptionstatic CodePipeline.BuilderCodePipeline.Builder.create(IPipelineRef pipeline) Constructors in software.amazon.awscdk.services.events.targets with parameters of type IPipelineRefModifierConstructorDescriptionCodePipeline(IPipelineRef pipeline) CodePipeline(IPipelineRef pipeline, CodePipelineTargetOptions options) -
Uses of IPipelineRef in software.amazon.awscdk.services.scheduler.targets
Methods in software.amazon.awscdk.services.scheduler.targets with parameters of type IPipelineRefModifier and TypeMethodDescriptionCodePipelineStartPipelineExecution.Builder.create(IPipelineRef pipeline) Constructors in software.amazon.awscdk.services.scheduler.targets with parameters of type IPipelineRefModifierConstructorDescriptionCodePipelineStartPipelineExecution(IPipelineRef pipeline, ScheduleTargetBaseProps props)