Skip to content

/AWS1/CL_PIPPIPELINEMETADATA

Information about a pipeline.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_pipelinearn TYPE /AWS1/PIPPIPELINEARN /AWS1/PIPPIPELINEARN

The Amazon Resource Name (ARN) of the pipeline.

iv_created TYPE /AWS1/PIPTIMESTAMP /AWS1/PIPTIMESTAMP

The date and time the pipeline was created, in timestamp format.

iv_updated TYPE /AWS1/PIPTIMESTAMP /AWS1/PIPTIMESTAMP

The date and time the pipeline was last updated, in timestamp format.

iv_pollingdisabledat TYPE /AWS1/PIPTIMESTAMP /AWS1/PIPTIMESTAMP

The date and time that polling for source changes (periodic checks) was stopped for the pipeline, in timestamp format.

Pipelines that are inactive for longer than 30 days will have polling disabled for the pipeline. For more information, see pollingDisabledAt in the pipeline structure reference. For the steps to migrate your pipeline from polling to event-based change detection, see Migrate polling pipelines to use event-based change detection.

You can migrate (update) a polling pipeline to use event-based change detection. For example, for a pipeline with a CodeCommit source, we recommend you migrate (update) your pipeline to use CloudWatch Events. To learn more, see Migrate polling pipelines to use event-based change detection in the CodePipeline User Guide.


Queryable Attributes

pipelineArn

The Amazon Resource Name (ARN) of the pipeline.

Accessible with the following methods

Method Description
GET_PIPELINEARN() Getter for PIPELINEARN, with configurable default
ASK_PIPELINEARN() Getter for PIPELINEARN w/ exceptions if field has no value
HAS_PIPELINEARN() Determine if PIPELINEARN has a value

created

The date and time the pipeline was created, in timestamp format.

Accessible with the following methods

Method Description
GET_CREATED() Getter for CREATED, with configurable default
ASK_CREATED() Getter for CREATED w/ exceptions if field has no value
HAS_CREATED() Determine if CREATED has a value

updated

The date and time the pipeline was last updated, in timestamp format.

Accessible with the following methods

Method Description
GET_UPDATED() Getter for UPDATED, with configurable default
ASK_UPDATED() Getter for UPDATED w/ exceptions if field has no value
HAS_UPDATED() Determine if UPDATED has a value

pollingDisabledAt

The date and time that polling for source changes (periodic checks) was stopped for the pipeline, in timestamp format.

Pipelines that are inactive for longer than 30 days will have polling disabled for the pipeline. For more information, see pollingDisabledAt in the pipeline structure reference. For the steps to migrate your pipeline from polling to event-based change detection, see Migrate polling pipelines to use event-based change detection.

You can migrate (update) a polling pipeline to use event-based change detection. For example, for a pipeline with a CodeCommit source, we recommend you migrate (update) your pipeline to use CloudWatch Events. To learn more, see Migrate polling pipelines to use event-based change detection in the CodePipeline User Guide.

Accessible with the following methods

Method Description
GET_POLLINGDISABLEDAT() Getter for POLLINGDISABLEDAT, with configurable default
ASK_POLLINGDISABLEDAT() Getter for POLLINGDISABLEDAT w/ exceptions if field has no v
HAS_POLLINGDISABLEDAT() Determine if POLLINGDISABLEDAT has a value