Show / Hide Table of Contents

Namespace Pulumi.Aws.DataPipeline

Classes

Pipeline

Provides a Data Pipeline resource.

Example Usage

using Pulumi;
using Aws = Pulumi.Aws;

class MyStack : Stack
{
public MyStack()
{
    var @default = new Aws.DataPipeline.Pipeline("default", new Aws.DataPipeline.PipelineArgs
    {
    });
}

}

PipelineArgs

PipelineState

Back to top Copyright 2016-2020, Pulumi Corporation.