AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Information about a pipeline.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.PipelineMetadata

Namespace: Amazon.CodePipeline.Model
Assembly: AWSSDK.CodePipeline.dll
Version: 3.x.y.z

Syntax

C#
public class PipelineMetadata

The PipelineMetadata type exposes the following members

Constructors

NameDescription
Public Method PipelineMetadata()

Properties

NameTypeDescription
Public Property Created System.DateTime

Gets and sets the property Created.

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

Public Property PipelineArn System.String

Gets and sets the property PipelineArn.

The Amazon Resource Name (ARN) of the pipeline.

Public Property PollingDisabledAt System.DateTime

Gets and sets the property PollingDisabledAt.

The date and time that polling for source changes (periodic checks) was stopped for the pipeline, in timestamp format. 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.

Public Property Updated System.DateTime

Gets and sets the property Updated.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5