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.

Contains pipeline metadata.

Inheritance Hierarchy

System.Object
  Amazon.DataPipeline.Model.PipelineDescription

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

Syntax

C#
public class PipelineDescription

The PipelineDescription type exposes the following members

Constructors

NameDescription
Public Method PipelineDescription()

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

Description of the pipeline.

Public Property Fields System.Collections.Generic.List<Amazon.DataPipeline.Model.Field>

Gets and sets the property Fields.

A list of read-only fields that contain metadata about the pipeline: @userId, @accountId, and @pipelineState.

Public Property Name System.String

Gets and sets the property Name.

The name of the pipeline.

Public Property PipelineId System.String

Gets and sets the property PipelineId.

The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

Public Property Tags System.Collections.Generic.List<Amazon.DataPipeline.Model.Tag>

Gets and sets the property Tags.

A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

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