aws.devicefarm.list_samples
Example SQL Queries
SELECT * FROMaws.devicefarm.list_samplesWHERE"arn" = 'VALUE';Description
Gets information about samples, given an AWS Device Farm job ARN.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Required Input Column The sample's ARN. | 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 |
| type The sample's type. Must be one of the following values:
| VARCHAR |
| url The presigned Amazon S3 URL that can be used with a GET request to download the sample's file. | VARCHAR |