aws.osis.get_pipeline_blueprint
Example SQL Queries
SELECT * FROMaws.osis.get_pipeline_blueprintWHERE"blueprint_name" = 'VALUE';Description
Retrieves information about a specific blueprint for OpenSearch Ingestion. Blueprints are templates for the configuration needed for a CreatePipeline request. For more information, see Using blueprints to create a pipeline.
Table Definition
| Column Name | Column Data Type |
|---|---|
| blueprint_name Required Input Column The name of the blueprint to retrieve. | VARCHAR |
| format Input Column The format of the blueprint. | 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 |
| blueprint The requested blueprint in YAML format. | STRUCT( |
Show child fields
| |