Values.VpcEndpointSourceAn OpenSearch Ingestion-managed VPC endpoint that will access one or more pipelines.
type nonrec t = {vpcEndpointId : String_.t option;The unique identifier of the endpoint.
*)vpcId : String_.t option;The ID for your VPC. Amazon Web Services PrivateLink generates this value when you create a VPC.
*)vpcOptions : VpcOptions.t option;Information about the VPC, including associated subnets and security groups.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of SubnetId.t ] list
| `Structure of
(string * [> `Boolean of Boolean.t | `String of CidrBlock.t ])
list ])
list ])
list ]