aws.devicefarm.list_test_grid_session_artifacts
Example SQL Queries
SELECT * FROMaws.devicefarm.list_test_grid_session_artifactsWHERE"session_arn" = 'VALUE';Description
Retrieves a list of artifacts created during the session.
Table Definition
| Column Name | Column Data Type |
|---|---|
| session_arn Required Input Column The ARN of a TestGridSession. | VARCHAR |
| max_result Input Column The maximum number of results to be returned by a request. | BIGINT |
| next_token Input Column Pagination token. | VARCHAR |
| type Input Column Limit results to a specified type of artifact. | 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 |
| artifacts A list of test grid session artifacts for a TestGridSession. | STRUCT( |
Show child fields
| |