aws.devicefarm.list_uploads
Example SQL Queries
SELECT * FROMaws.devicefarm.list_uploadsWHERE"arn" = 'VALUE';Description
Gets information about uploads, given an AWS Device Farm project ARN.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Required Input Column The upload's ARN. | VARCHAR |
| type Input Column The upload's type. Must be one of the following values:
| VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| category The upload's category. Allowed values include:
| VARCHAR |
| content_type The upload's content type (for example, application/octet-stream). | VARCHAR |
| created When the upload was created. | TIMESTAMP_S |
| message A message about the upload's result. | VARCHAR |
| metadata The upload's metadata. For example, for Android, this contains information that is parsed from the manifest and is displayed in the AWS Device Farm console after the associated app is uploaded. | VARCHAR |
| name The upload's file name. | VARCHAR |
| status The upload's status. Must be one of the following values:
| VARCHAR |
| url The presigned Amazon S3 URL that was used to store a file using a PUT request. | VARCHAR |