interface InstanceProfileReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.DeviceFarm.InstanceProfileReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdevicefarm#InstanceProfileReference |
Java | software.amazon.awscdk.services.devicefarm.InstanceProfileReference |
Python | aws_cdk.aws_devicefarm.InstanceProfileReference |
TypeScript | aws-cdk-lib » aws_devicefarm » InstanceProfileReference |
A reference to a InstanceProfile 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 instanceProfileReference: devicefarm.InstanceProfileReference = {
instanceProfileArn: 'instanceProfileArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| instance | string | The Arn of the InstanceProfile resource. |
instanceProfileArn
Type:
string
The Arn of the InstanceProfile resource.

.NET
Go
Java
Python
TypeScript