AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the ValidatePipeline operation. Checks whether an OpenSearch Ingestion pipeline configuration is valid prior to creation. For more information, see Creating Amazon OpenSearch Ingestion pipelines.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.OSIS.AmazonOSISRequest
      Amazon.OSIS.Model.ValidatePipelineRequest

Namespace: Amazon.OSIS.Model
Assembly: AWSSDK.OSIS.dll
Version: 3.x.y.z

Syntax

C#
public class ValidatePipelineRequest : AmazonOSISRequest
         IAmazonWebServiceRequest

The ValidatePipelineRequest type exposes the following members

Constructors

NameDescription
Public Method ValidatePipelineRequest()

Properties

NameTypeDescription
Public Property PipelineConfigurationBody System.String

Gets and sets the property PipelineConfigurationBody.

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.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5