AWS SDK Version 2 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.

.NET Framework 3.5
 
Container for the parameters to the CreatePipeline operation. Creates a new, empty pipeline. Use PutPipelineDefinition to populate the pipeline.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DataPipeline.AmazonDataPipelineRequest
      Amazon.DataPipeline.Model.CreatePipelineRequest

Namespace: Amazon.DataPipeline.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class CreatePipelineRequest : AmazonDataPipelineRequest
         IRequestEvents

The CreatePipelineRequest type exposes the following members

Constructors

NameDescription
Public Method CreatePipelineRequest()

Properties

NameTypeDescription
Public Property Description System.String Gets and sets the property Description.

The description for the pipeline.

Public Property Name System.String Gets and sets the property Name.

The name for the pipeline. You can use the same name for multiple pipelines associated with your AWS account, because AWS Data Pipeline assigns each pipeline a unique pipeline identifier.

Public Property Tags System.Collections.Generic.List<Amazon.DataPipeline.Model.Tag> Gets and sets the property Tags.

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

Public Property UniqueId System.String Gets and sets the property UniqueId.

A unique identifier. This identifier is not the same as the pipeline identifier assigned by AWS Data Pipeline. You are responsible for defining the format and ensuring the uniqueness of this identifier. You use this parameter to ensure idempotency during repeated calls to CreatePipeline. For example, if the first call to CreatePipeline does not succeed, you can pass in the same unique identifier and pipeline name combination on a subsequent call to CreatePipeline. CreatePipeline ensures that if a pipeline already exists with the same name and unique identifier, a new pipeline is not created. Instead, you'll receive the pipeline identifier from the previous attempt. The uniqueness of the name and unique identifier combination is scoped to the AWS account or IAM user credentials.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8