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 ActivatePipeline operation. Validates the specified pipeline and starts processing pipeline tasks. If the pipeline does not pass validation, activation fails.

If you need to pause the pipeline to investigate an issue with a component, such as a data source or script, call DeactivatePipeline.

To activate a finished pipeline, modify the end date for the pipeline and then activate it.

Inheritance Hierarchy

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

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

Syntax

C#
public class ActivatePipelineRequest : AmazonDataPipelineRequest
         IRequestEvents

The ActivatePipelineRequest type exposes the following members

Constructors

NameDescription
Public Method ActivatePipelineRequest()

Properties

NameTypeDescription
Public Property ParameterValues System.Collections.Generic.List<Amazon.DataPipeline.Model.ParameterValue> Gets and sets the property ParameterValues.

A list of parameter values to pass to the pipeline at activation.

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

The ID of the pipeline.

Public Property StartTimestamp System.DateTime Gets and sets the property StartTimestamp.

The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.

Version Information

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

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