Values.VPCEConfigurationSourceRepresents an Amazon Virtual Private Cloud (VPC) endpoint configuration.
type nonrec t = {arn : AmazonResourceName.t option;The Amazon Resource Name (ARN) of the VPC endpoint configuration.
*)vpceConfigurationName : VPCEConfigurationName.t option;The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.
*)vpceServiceName : VPCEServiceName.t option;The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.
*)serviceDnsName : ServiceDnsName.t option;The DNS name that maps to the private IP address of the service you want to access.
*)vpceConfigurationDescription : VPCEConfigurationDescription.t option;An optional description that provides details about your VPC endpoint configuration.
*)}