interface DevicePoolReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.DeviceFarm.DevicePoolReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsdevicefarm#DevicePoolReference |
Java | software.amazon.awscdk.interfaces.devicefarm.DevicePoolReference |
Python | aws_cdk.interfaces.aws_devicefarm.DevicePoolReference |
TypeScript | aws-cdk-lib » interfaces » aws_devicefarm » DevicePoolReference |
A reference to a DevicePool resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_devicefarm as interfaces_devicefarm } from 'aws-cdk-lib/interfaces';
const devicePoolReference: interfaces_devicefarm.DevicePoolReference = {
devicePoolArn: 'devicePoolArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| device | string | The Arn of the DevicePool resource. |
devicePoolArn
Type:
string
The Arn of the DevicePool resource.

.NET
Go
Java
Python
TypeScript