InstanceProfileArgs

data class InstanceProfileArgs(val description: Output<String>? = null, val excludeAppPackagesFromCleanup: Output<List<String>>? = null, val name: Output<String>? = null, val packageCleanup: Output<Boolean>? = null, val rebootAfterUse: Output<Boolean>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<InstanceProfileArgs>

AWS::DeviceFarm::InstanceProfile creates a new Device Farm Instance Profile

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, excludeAppPackagesFromCleanup: Output<List<String>>? = null, name: Output<String>? = null, packageCleanup: Output<Boolean>? = null, rebootAfterUse: Output<Boolean>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

The description of the instance profile.

Link copied to clipboard

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 .

Link copied to clipboard
val name: Output<String>? = null

The name of the instance profile.

Link copied to clipboard
val packageCleanup: Output<Boolean>? = null

When set to true , Device Farm removes app packages after a test run. The default value is false for private devices.

Link copied to clipboard
val rebootAfterUse: Output<Boolean>? = null

When set to true , Device Farm reboots the instance after a test run. The default value is true .

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource. For more information, see Tag in the guide .

Functions

Link copied to clipboard
open override fun toJava(): InstanceProfileArgs