Skip to contents

Checks whether an OpenSearch Ingestion pipeline configuration is valid prior to creation. For more information, see Creating Amazon OpenSearch Ingestion pipelines.

See https://www.paws-r-sdk.com/docs/opensearchingestion_validate_pipeline/ for full documentation.

Usage

opensearchingestion_validate_pipeline(PipelineConfigurationBody)

Arguments

PipelineConfigurationBody

[required] The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with \\n.