Values.InstanceProfileSourceRepresents the instance profile.
type nonrec t = {arn : AmazonResourceName.t option;The Amazon Resource Name (ARN) of the instance profile.
*)packageCleanup : Boolean.t option;When set to true, Device Farm removes app packages after a test run. The default value is false for private devices.
*)excludeAppPackagesFromCleanup : PackageIds.t option;An array of strings containing the list of app packages that should not be cleaned up from the device after a test run completes. The list of packages is considered only if you set packageCleanup to true.
*)rebootAfterUse : Boolean.t option;When set to true, Device Farm reboots the instance after a test run. The default value is true.
*)name : Name.t option;The name of the instance profile.
*)description : Message.t option;The description of the instance profile.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of String_.t ] list
| `String of AmazonResourceName.t ])
list ]