Values.PrivateLinkConfigSourceSpecifies how your DataSync agent connects to Amazon Web Services using a virtual private cloud (VPC) service endpoint. An agent that uses a VPC endpoint isn't accessible over the public internet.
type nonrec t = {vpcEndpointId : VpcEndpointId.t option;Specifies the ID of the VPC endpoint that your agent connects to.
*)privateLinkEndpoint : Endpoint.t option;Specifies the VPC endpoint provided by Amazon Web Services PrivateLink that your agent connects to.
*)subnetArns : PLSubnetArnList.t option;Specifies the ARN of the subnet where your VPC endpoint is located. You can only specify one ARN.
*)securityGroupArns : PLSecurityGroupArnList.t option;Specifies the Amazon Resource Names (ARN) of the security group that provides DataSync access to your VPC endpoint. You can only specify one ARN.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Ec2SubnetArn.t ] list
| `String of VpcEndpointId.t ])
list ]