# README
AWS Data Pipeline Construct Library
This module is part of the AWS Cloud Development Kit project.
import datapipeline "github.com/aws/aws-cdk-go/awscdk"
There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:
- Search Construct Hub for DataPipeline construct libraries
- Use the automatically generated L1 constructs, in the same way you would use the CloudFormation AWS::DataPipeline resources directly.
There are no hand-written (L2) constructs for this service yet. However, you can still use the automatically generated L1 constructs, and use this service exactly as you would using CloudFormation directly.
For more information on the resources and properties available for this service, see the CloudFormation documentation for AWS::DataPipeline.
(Read the CDK Contributing Guide and submit an RFC if you are interested in contributing to this construct library.)
# Functions
No description provided by the author
Returns `true` if a construct is a stack element (i.e.
Check whether the given construct is a CfnResource.
Return whether the given object is a Construct.
Create a new `AWS::DataPipeline::Pipeline`.
Create a new `AWS::DataPipeline::Pipeline`.
# Structs
A key-value pair that describes a property of a `PipelineObject` .
`Attribute` is a property of `ParameterObject` that defines the attributes of a parameter object as key-value pairs.
Contains information about a parameter object.
A value or list of parameter values.
PipelineObject is property of the AWS::DataPipeline::Pipeline resource that contains information about a pipeline object.
A list of arbitrary tags (key-value pairs) to associate with the pipeline, which you can use to control permissions.
Properties for defining a `CfnPipeline`.
# Interfaces
A CloudFormation `AWS::DataPipeline::Pipeline`.