aws.datapipeline.describe_objects
Example SQL Queries
SELECT * FROMaws.datapipeline.describe_objectsWHERE"pipeline_id" = 'VALUE'AND "object_ids" = 'VALUE';Description
Gets the object definitions for a set of objects associated with the pipeline. Object definitions are composed of a set of fields that define the properties of the object.
Table Definition
| Column Name | Column Data Type |
|---|---|
| object_ids Required Input Column The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects. | VARCHAR[] |
Show child fields
| |
| pipeline_id Required Input Column The ID of the pipeline that contains the object definitions. | VARCHAR |
| evaluate_expressions Input Column Indicates whether any expressions in the object should be evaluated when the object descriptions are returned. | BOOLEAN |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| fields Key-value pairs that define the properties of the object. | STRUCT( |
Show child fields
| |
| id The ID of the object. | VARCHAR |
| name The name of the object. | VARCHAR |