interface DevicePoolReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DeviceFarm.DevicePoolReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdevicefarm#DevicePoolReference |
![]() | software.amazon.awscdk.services.devicefarm.DevicePoolReference |
![]() | aws_cdk.aws_devicefarm.DevicePoolReference |
![]() | aws-cdk-lib » 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 devicefarm } from 'aws-cdk-lib';
const devicePoolReference: 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.