Values_2.VpcEndpointConnectionSourceDescribes a VPC endpoint connection to a service.
type nonrec t = {serviceId : Values_0.String_.t option;The ID of the service to which the endpoint is connected.
*)vpcEndpointId : Values_0.String_.t option;The ID of the VPC endpoint.
*)vpcEndpointOwner : Values_0.String_.t option;The ID of the Amazon Web Services account that owns the VPC endpoint.
*)vpcEndpointState : Values_1.State.t option;The state of the VPC endpoint.
*)creationTimestamp : Values_0.MillisecondDateTime.t option;The date and time that the VPC endpoint was created.
*)dnsEntries : Values_1.DnsEntrySet.t option;The DNS entries for the VPC endpoint.
*)networkLoadBalancerArns : Values_0.ValueStringList.t option;The Amazon Resource Names (ARNs) of the network load balancers for the service.
*)gatewayLoadBalancerArns : Values_0.ValueStringList.t option;The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.
*)ipAddressType : Values_1.IpAddressType.t option;The IP address type for the endpoint.
*)vpcEndpointConnectionId : Values_0.String_.t option;The ID of the VPC endpoint connection.
*)vpcEndpointRegion : Values_0.String_.t option;The Region of the endpoint.
*)}val make :
?serviceId:??? ->
?vpcEndpointId:??? ->
?vpcEndpointOwner:??? ->
?vpcEndpointState:??? ->
?creationTimestamp:??? ->
?dnsEntries:??? ->
?networkLoadBalancerArns:??? ->
?gatewayLoadBalancerArns:??? ->
?ipAddressType:??? ->
?vpcEndpointConnectionId:??? ->
?tags:??? ->
?vpcEndpointRegion:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of string
| `Structure of (string * [> `String of string ]) list ]
list
| `String of Values_0.String_.t
| `Timestamp of Values_0.MillisecondDateTime.t ])
list ]