Skip to main content

pipeline_tags

Expands all tag keys and values for pipelines in a region

Overview

Namepipeline_tags
TypeResource
DescriptionAn OpenSearch Ingestion Service Data Prepper pipeline running Data Prepper.
Idaws.osis.pipeline_tags

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.
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
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all pipelines in a region.

SELECT
region,
buffer_options,
encryption_at_rest_options,
log_publishing_options,
max_units,
min_units,
pipeline_configuration_body,
pipeline_name,
vpc_options,
vpc_endpoints,
pipeline_arn,
ingest_endpoint_urls,
tag_key,
tag_value
FROM aws.osis.pipeline_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the pipeline_tags resource, see pipelines