Values.CreateInstanceProfileRequestSourceCreates a profile that can be applied to one or more private fleet device instances.
type nonrec t = {name : Name.t;The name of your instance profile.
*)description : Message.t option;The description of your 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 that specifies the list of app packages that should not be cleaned up from the device after a test run. 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.
*)}