PipelineContext

public struct PipelineContext : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The context of an action to a job worker in the stage of a pipeline.

    Declaration

    Swift

    public let action: ActionContext?
  • The Amazon Resource Name (ARN) of the pipeline.

    Declaration

    Swift

    public let pipelineArn: String?
  • The execution ID of the pipeline.

    Declaration

    Swift

    public let pipelineExecutionId: String?
  • The name of the pipeline. This is a user-specified value. Pipeline names must be unique across all pipeline names under an Amazon Web Services account.

    Declaration

    Swift

    public let pipelineName: String?
  • The stage of the pipeline.

    Declaration

    Swift

    public let stage: StageContext?
  • Undocumented

    Declaration

    Swift

    public init(action: ActionContext? = nil, pipelineArn: String? = nil, pipelineExecutionId: String? = nil, pipelineName: String? = nil, stage: StageContext? = nil)