AWS Fundamentals Logo
AWS Fundamentals
L1 Construct

CfnDevicePool

Represents a request to the create device pool operation.

Import

import { CfnDevicePool } from 'aws-cdk-lib/aws-devicefarm';

Or use the module namespace:

import * as devicefarm from 'aws-cdk-lib/aws-devicefarm';
// devicefarm.CfnDevicePool

Properties

Configuration passed to the constructor as CfnDevicePoolProps.

nameRequired
string

The device pool's name.

projectArnRequired
string

The ARN of the project for the device pool.

rulesRequired
IResolvable | IResolvable | RuleProperty[]

The device pool's rules.

descriptionOptional
string

The device pool's description.

maxDevicesOptional
number

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.

tagsOptional
CfnTag[]

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* .

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-devicefarm
Properties6

External Links