interface UploadReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.DeviceFarm.UploadReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsdevicefarm#UploadReference |
Java | software.amazon.awscdk.interfaces.devicefarm.UploadReference |
Python | aws_cdk.interfaces.aws_devicefarm.UploadReference |
TypeScript | aws-cdk-lib » interfaces » aws_devicefarm » UploadReference |
A reference to a Upload 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 uploadReference: interfaces_devicefarm.UploadReference = {
uploadArn: 'uploadArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| upload | string | The Arn of the Upload resource. |
uploadArn
Type:
string
The Arn of the Upload resource.

.NET
Go
Java
Python
TypeScript