aws.iotanalytics.list_pipelines
Example SQL Queries
SELECT * FROMaws.iotanalytics.list_pipelines;Description
Retrieves a list of pipelines.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| creation_time When the pipeline was created. | TIMESTAMP_S |
| last_update_time When the pipeline was last updated. | TIMESTAMP_S |
| pipeline_name The name of the pipeline. | VARCHAR |
| reprocessing_summaries A summary of information about the pipeline reprocessing. | STRUCT( |
Show child fields
| |