Package software.amazon.awscdk.services.datapipeline
package software.amazon.awscdk.services.datapipeline
AWS Data Pipeline Construct Library
This module is part of the AWS Cloud Development Kit project.
import software.amazon.awscdk.services.datapipeline.*;
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.)
-
ClassDescriptionThe AWS::DataPipeline::Pipeline resource specifies a data pipeline that you can use to automate the movement and transformation of data.A fluent builder for
CfnPipeline
.A key-value pair that describes a property of aPipelineObject
.A builder forCfnPipeline.FieldProperty
An implementation forCfnPipeline.FieldProperty
Attribute
is a property ofParameterObject
that defines the attributes of a parameter object as key-value pairs.A builder forCfnPipeline.ParameterAttributeProperty
An implementation forCfnPipeline.ParameterAttributeProperty
Contains information about a parameter object.A builder forCfnPipeline.ParameterObjectProperty
An implementation forCfnPipeline.ParameterObjectProperty
A value or list of parameter values.A builder forCfnPipeline.ParameterValueProperty
An implementation forCfnPipeline.ParameterValueProperty
PipelineObject is property of the AWS::DataPipeline::Pipeline resource that contains information about a pipeline object.A builder forCfnPipeline.PipelineObjectProperty
An implementation forCfnPipeline.PipelineObjectProperty
A list of arbitrary tags (key-value pairs) to associate with the pipeline, which you can use to control permissions.A builder forCfnPipeline.PipelineTagProperty
An implementation forCfnPipeline.PipelineTagProperty
Properties for defining aCfnPipeline
.A builder forCfnPipelineProps
An implementation forCfnPipelineProps