DevicePool

class DevicePool : KotlinCustomResource

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

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the device pool. See Amazon resource names in the General Reference guide .

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

The device pool's description.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val maxDevices: Output<Int>?

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>

The device pool's name.

Link copied to clipboard
val projectArn: Output<String>

The ARN of the project for the device pool.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val rules: Output<List<DevicePoolRule>>

The device pool's rules.

Link copied to clipboard
val tags: Output<List<Tag>>?

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

Link copied to clipboard
val urn: Output<String>