DevicePool
Represents a collection of device types.
Contents
- arn
-
The device pool's ARN.
Type: String
Length Constraints: Minimum length of 32. Maximum length of 1011.
Pattern:
^arn:.+
Required: No
- description
-
The device pool's description.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 16384.
Required: No
- maxDevices
-
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.
Type: Integer
Required: No
- name
-
The device pool's name.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 256.
Required: No
- rules
-
Information about the device pool's rules.
Type: Array of Rule objects
Required: No
- type
-
The device pool's type.
Allowed values include:
-
CURATED: A device pool that is created and managed by AWS Device Farm.
-
PRIVATE: A device pool that is created and managed by the device pool developer.
Type: String
Valid Values:
CURATED | PRIVATE
Required: No
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: