aws.devicefarm.list_artifacts
Example SQL Queries
SELECT * FROMaws.devicefarm.list_artifactsWHERE"arn" = 'VALUE'AND "type" = 'VALUE';Description
Gets information about artifacts.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Required Input Column The artifact's ARN. | VARCHAR |
| type Required Input Column The artifact's type. Allowed values include the following:
| 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 |
| extension The artifact's file extension. | VARCHAR |
| name The artifact's name. | VARCHAR |
| url The presigned Amazon S3 URL that can be used with a GET request to download the artifact's file. | VARCHAR |