Values.CreateRemoteAccessSessionConfigurationSourceConfiguration settings for a remote access session, including billing method.
type nonrec t = {auxiliaryApps : AuxiliaryAppArnList.t option;A list of upload ARNs for app packages to be installed onto your device. (Maximum 3)
*)billingMethod : BillingMethod.t option;The billing method for the remote access session.
*)vpceConfigurationArns : AmazonResourceNames.t option;An array of ARNs included in the VPC endpoint configuration.
*)deviceProxy : DeviceProxy.t option;The device proxy to be configured on the device for the remote access session.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of AmazonResourceName.t ] list
| `Structure of
(string
* [> `Integer of DeviceProxyPort.t
| `String of DeviceProxyHost.t ])
list ])
list ]