DevicePoolArgs

data class DevicePoolArgs(val description: Output<String>? = null, val maxDevices: Output<Int>? = null, val name: Output<String>? = null, val projectArn: Output<String>? = null, val rules: Output<List<DevicePoolRuleArgs>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DevicePoolArgs>

AWS::DeviceFarm::DevicePool creates a new Device Pool for a given DF Project

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, maxDevices: Output<Int>? = null, name: Output<String>? = null, projectArn: Output<String>? = null, rules: Output<List<DevicePoolRuleArgs>>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

The device pool's description.

Link copied to clipboard
val maxDevices: Output<Int>? = null

The number of devices that Device Farm can add to your device pool. Device Farm adds devices that are available and meet the criteria that you assign for the rules parameter. Depending on how many devices meet these constraints, your device pool might contain fewer devices than the value for this parameter. By specifying the maximum number of devices, you can control the costs that you incur by running tests.

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

The device pool's name.

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

The ARN of the project for the device pool.

Link copied to clipboard
val rules: Output<List<DevicePoolRuleArgs>>? = null

The device pool's rules.

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(): DevicePoolArgs