Data Source schema for AWS::DataPipeline::Pipeline
id
(String) Uniquely identifies the resource.activate
(Boolean) Indicates whether to validate and start the pipeline or stop an active pipeline. By default, the value is set to true.description
(String) A description of the pipeline.name
(String) The name of the pipeline.parameter_objects
(Attributes List) The parameter objects used with the pipeline. (see below for nested schema)parameter_values
(Attributes List) The parameter values used with the pipeline. (see below for nested schema)pipeline_id
(String)pipeline_objects
(Attributes List) The objects that define the pipeline. These objects overwrite the existing pipeline definition. Not all objects, fields, and values can be updated. For information about restrictions, see Editing Your Pipeline in the AWS Data Pipeline Developer Guide. (see below for nested schema)pipeline_tags
(Attributes List) A list of arbitrary tags (key-value pairs) to associate with the pipeline, which you can use to control permissions. For more information, see Controlling Access to Pipelines and Resources in the AWS Data Pipeline Developer Guide. (see below for nested schema)parameter_objects
Read-Only:
attributes
(Attributes List) The attributes of the parameter object. (see below for nested schema)id
(String) The ID of the parameter object.parameter_objects.attributes
Read-Only:
key
(String) The field identifier.string_value
(String) The field value, expressed as a String.parameter_values
Read-Only:
id
(String) The ID of the parameter value.string_value
(String) The field value, expressed as a String.pipeline_objects
Read-Only:
fields
(Attributes List) Key-value pairs that define the properties of the object. (see below for nested schema)id
(String) The ID of the object.name
(String) The name of the object.pipeline_objects.fields
Read-Only:
key
(String) Specifies the name of a field for a particular object. To view valid values for a particular field, see Pipeline Object Reference in the AWS Data Pipeline Developer Guide.ref_value
(String) A field value that you specify as an identifier of another object in the same pipeline definition.string_value
(String) A field value that you specify as a string. To view valid values for a particular field, see Pipeline Object Reference in the AWS Data Pipeline Developer Guide.pipeline_tags
Read-Only:
key
(String) The key name of a tag.value
(String) The value to associate with the key name.