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 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.DataPipeline.dll
Version: 3.x.y.z

Syntax

C#
public class ActivatePipelineRequest : AmazonDataPipelineRequest
         IAmazonWebServiceRequest

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:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5