Interface IPipeline.Jsii$Default

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IPipeline, IPipelineRef, IPipelineRef.Jsii$Default, IResource, IResource.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IPipeline.Jsii$Proxy
Enclosing interface:
IPipeline

@Internal public static interface IPipeline.Jsii$Default extends IPipeline, IResource.Jsii$Default, IPipelineRef.Jsii$Default
Internal default implementation for IPipeline.
  • Method Details

    • getPipelineArn

      @Stability(Stable) @NotNull default String getPipelineArn()
      The ARN of the pipeline.
      Specified by:
      getPipelineArn in interface IPipeline
    • getPipelineName

      @Stability(Stable) @NotNull default String getPipelineName()
      The name of the pipeline.
      Specified by:
      getPipelineName in interface IPipeline
    • grantStartPipelineExecution

      @Stability(Stable) @NotNull default Grant grantStartPipelineExecution(@NotNull IGrantable grantee)
      Permits an IAM principal to start this pipeline execution.

      Specified by:
      grantStartPipelineExecution in interface IPipeline
      Parameters:
      grantee - The principal to grant access to. This parameter is required.