Module Values.CreatePipelineEndpointRequestSource

Creates a VPC endpoint for an OpenSearch Ingestion pipeline. Pipeline endpoints allow you to ingest data from your VPC into pipelines that you have access to.

Sourcetype nonrec t = {
  1. pipelineArn : PipelineArn.t;
    (*

    The Amazon Resource Name (ARN) of the pipeline to create the endpoint for.

    *)
  2. vpcOptions : PipelineEndpointVpcOptions.t;
    (*

    Container for the VPC configuration for the pipeline endpoint, including subnet IDs and security group IDs.

    *)
}
Sourceval context_ : string
Sourceval make : pipelineArn:PipelineArn.t -> vpcOptions:PipelineEndpointVpcOptions.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of PipelineArn.t | `Structure of (string * [> `List of [> `String of SubnetId.t ] list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t