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.

Container for the parameters to the PutPipelineDefinition operation. Adds tasks, schedules, and preconditions to the specified pipeline. You can use PutPipelineDefinition to populate a new pipeline.

PutPipelineDefinition also validates the configuration as it adds it to the pipeline. Changes to the pipeline are saved unless one of the following three validation errors exists in the pipeline.

  1. An object is missing a name or identifier field.
  2. A string or reference field is empty.
  3. The number of objects in the pipeline exceeds the maximum allowed objects.
  4. The pipeline is in a FINISHED state.

Pipeline object definitions are passed to the PutPipelineDefinition action and returned by the GetPipelineDefinition action.

Inheritance Hierarchy

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

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

Syntax

C#
public class PutPipelineDefinitionRequest : AmazonDataPipelineRequest
         IAmazonWebServiceRequest

The PutPipelineDefinitionRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ParameterObjects System.Collections.Generic.List<Amazon.DataPipeline.Model.ParameterObject>

Gets and sets the property ParameterObjects.

The parameter objects used with the pipeline.

Public Property ParameterValues System.Collections.Generic.List<Amazon.DataPipeline.Model.ParameterValue>

Gets and sets the property ParameterValues.

The parameter values used with the pipeline.

Public Property PipelineId System.String

Gets and sets the property PipelineId.

The ID of the pipeline.

Public Property PipelineObjects System.Collections.Generic.List<Amazon.DataPipeline.Model.PipelineObject>

Gets and sets the property PipelineObjects.

The objects that define the pipeline. These objects overwrite the existing pipeline definition.

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