Values.CreateVpcEndpointRequestSourceCreates an OpenSearch Serverless-managed interface VPC endpoint. For more information, see Access Amazon OpenSearch Serverless using an interface endpoint.
type nonrec t = {name : VpcEndpointName.t;The name of the interface endpoint.
*)vpcId : VpcId.t;The ID of the VPC from which you'll access OpenSearch Serverless.
*)subnetIds : SubnetIds.t;The ID of one or more subnets from which you'll access OpenSearch Serverless.
*)securityGroupIds : SecurityGroupIds.t option;The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
*)clientToken : ClientToken.t option;Unique, case-sensitive identifier to ensure idempotency of the request.
*)}val make :
?securityGroupIds:??? ->
?clientToken:??? ->
name:VpcEndpointName.t ->
vpcId:VpcId.t ->
subnetIds:SubnetIds.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SubnetId.t ] list
| `String of VpcEndpointName.t ])
list ]