Values.PipelineEndpointSourceRepresents a VPC endpoint for an OpenSearch Ingestion pipeline, enabling private connectivity between your VPC and the pipeline.
type nonrec t = {pipelineArn : PipelineArn.t option;The Amazon Resource Name (ARN) of the pipeline associated with this endpoint.
*)endpointId : PipelineEndpointId.t option;The unique identifier for the pipeline endpoint.
*)status : PipelineEndpointStatus.t option;The current status of the pipeline endpoint.
*)vpcId : String_.t option;The ID of the VPC where the pipeline endpoint is created.
*)vpcOptions : PipelineEndpointVpcOptions.t option;Configuration options for the VPC endpoint, including subnet and security group settings.
*)ingestEndpointUrl : String_.t option;The URL used to ingest data to the pipeline through the VPC endpoint.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of PipelineArn.t
| `Structure of
(string * [> `List of [> `String of SubnetId.t ] list ]) list ])
list ]