Represents a request to the create device pool operation.
import { CfnDevicePool } from 'aws-cdk-lib/aws-devicefarm';Or use the module namespace:
import * as devicefarm from 'aws-cdk-lib/aws-devicefarm';
// devicefarm.CfnDevicePoolConfiguration passed to the constructor as CfnDevicePoolProps.
nameRequiredstringThe device pool's name.
projectArnRequiredstringThe ARN of the project for the device pool.
rulesRequiredIResolvable | IResolvable | RuleProperty[]The device pool's rules.
descriptionOptionalstringThe device pool's description.
maxDevicesOptionalnumberThe 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.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) in the *guide* .
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-devicefarm