Values.CreatePipelineEndpointRequestSourceCreates 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.
type nonrec t = {pipelineArn : PipelineArn.t;The Amazon Resource Name (ARN) of the pipeline to create the endpoint for.
*)vpcOptions : PipelineEndpointVpcOptions.t;Container for the VPC configuration for the pipeline endpoint, including subnet IDs and security group IDs.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of PipelineArn.t
| `Structure of
(string * [> `List of [> `String of SubnetId.t ] list ]) list ])
list ]