Skip to main content

test_grid_session_artifacts

Creates, updates, deletes, gets or lists a test_grid_session_artifacts resource.

Overview

Nametest_grid_session_artifacts
TypeResource
Idaws.devicefarm.test_grid_session_artifacts

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
artifactsarrayA list of test grid session artifacts for a TestGridSession.
next_tokenstringPagination token.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_test_grid_session_artifactsselectregionRetrieves a list of artifacts created during the session.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Retrieves a list of artifacts created during the session.

SELECT
artifacts,
next_token
FROM aws.devicefarm.test_grid_session_artifacts
WHERE region = '{{ region }}' -- required
;