aws.osis.list_pipelines
Example SQL Queries
SELECT * FROMaws.osis.list_pipelines;Description
Lists all OpenSearch Ingestion pipelines in the current Amazon Web Services account and Region. For more information, see Viewing Amazon OpenSearch Ingestion pipelines.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results. | BIGINT |
| next_token Input Column When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. | VARCHAR |
| _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 |
| pipelines A list of all existing Data Prepper pipelines. | STRUCT( |
Show child fields
| |