Provides details about a specific DataPipeline Pipeline Definition.
data "aws_datapipeline_pipeline_definition" "example" {
pipeline_id = "pipelineID"
}
The following arguments are required:
pipeline_id
- (Required) ID of the pipeline.This data source exports the following attributes in addition to the arguments above:
parameter_object
- Parameter objects used in the pipeline definition. See belowparameter_value
- Parameter values used in the pipeline definition. See belowpipeline_object
- Objects defined in the pipeline. See belowparameter_object
attributes
- Attributes of the parameter object. See belowid
- ID of the parameter object.attributes
key
- Field identifier.string_value
- Field value, expressed as a String.parameter_value
id
- ID of the parameter value.string_value
- Field value, expressed as a String.pipeline_object
field
- Key-value pairs that define the properties of the object. See belowid
- ID of the object.name
- ARN of the storage connector.field
key
- Field identifier.ref_value
- Field value, expressed as the identifier of another objectstring_value
- Field value, expressed as a String.