Skip to main content

pipelines_list_only

Lists pipelines in a region or regions, for all properties use pipelines

Overview

Namepipelines_list_only
TypeResource
DescriptionAn OpenSearch Ingestion Service Data Prepper pipeline running Data Prepper.
Idaws.osis.pipelines_list_only

Fields

NameDatatypeDescription
buffer_optionsobjectKey-value pairs to configure buffering.
encryption_at_rest_optionsobjectKey-value pairs to configure encryption at rest.
log_publishing_optionsobjectKey-value pairs to configure log publishing.
max_unitsintegerThe maximum pipeline capacity, in Ingestion OpenSearch Compute Units (OCUs).
min_unitsintegerThe minimum pipeline capacity, in Ingestion OpenSearch Compute Units (OCUs).
pipeline_configuration_bodystringThe Data Prepper pipeline configuration.
pipeline_namestringName of the OpenSearch Ingestion Service pipeline to create. Pipeline names are unique across the pipelines owned by an account within an AWS Region.
tagsarrayAn array of key-value pairs to apply to this resource.
vpc_optionsobjectContainer for the values required to configure VPC access for the pipeline. If you don't specify these values, OpenSearch Ingestion Service creates the pipeline with a public endpoint.
vpc_endpointsarrayThe VPC interface endpoints that have access to the pipeline.
pipeline_arnstringThe Amazon Resource Name (ARN) of the pipeline.
ingest_endpoint_urlsarrayA list of endpoints that can be used for ingesting data into a pipeline
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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