pipelines_list_only
Lists pipelines
in a region or regions, for all properties use pipelines
Overview
Name | pipelines_list_only |
Type | Resource |
Description | An OpenSearch Ingestion Service Data Prepper pipeline running Data Prepper. |
Id | aws.osis.pipelines_list_only |
Fields
Name | Datatype | Description |
---|---|---|
pipeline_arn | string | The Amazon Resource Name (ARN) of the pipeline. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all pipelines
in a region.
SELECT
region,
pipeline_arn
FROM aws.osis.pipelines_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the pipelines_list_only
resource, see pipelines