Skip to content

Source: awsDatapipelinePipelineDefinition

Provides details about a specific DataPipeline Pipeline Definition.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsDatapipelinePipelineDefinition.DataAwsDatapipelinePipelineDefinition(
  this,
  "example",
  {
    pipelineId: "pipelineID",
  }
);

Argument Reference

The following arguments are required:

  • pipelineId - (Required) ID of the pipeline.

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • parameterObject - Parameter objects used in the pipeline definition. See below
  • parameterValue - Parameter values used in the pipeline definition. See below
  • pipelineObject - Objects defined in the pipeline. See below

parameterObject

  • attributes - Attributes of the parameter object. See below
  • id - ID of the parameter object.

attributes

  • key - Field identifier.
  • stringValue - Field value, expressed as a String.

parameterValue

  • id - ID of the parameter value.
  • stringValue - Field value, expressed as a String.

pipelineObject

  • field - Key-value pairs that define the properties of the object. See below
  • id - ID of the object.
  • name - ARN of the storage connector.

field

  • key - Field identifier.
  • refValue - Field value, expressed as the identifier of another object
  • stringValue - Field value, expressed as a String.