interface IInstanceProfileRef
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.DeviceFarm.IInstanceProfileRef | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdevicefarm#IInstanceProfileRef | 
|  Java | software.amazon.awscdk.services.devicefarm.IInstanceProfileRef | 
|  Python | aws_cdk.aws_devicefarm.IInstanceProfileRef | 
|  TypeScript | aws-cdk-lib»aws_devicefarm»IInstanceProfileRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a InstanceProfile.
Properties
| Name | Type | Description | 
|---|---|---|
| instance | Instance | A reference to a InstanceProfile resource. | 
| node | Node | The tree node. | 
instanceProfileRef
Type:
Instance
A reference to a InstanceProfile resource.
node
Type:
Node
The tree node.
