aws.lexv2_models.get_test_execution_artifacts_url
Example SQL Queries
SELECT * FROMaws.lexv2_models.get_test_execution_artifacts_urlWHERE"test_execution_id" = 'VALUE';Description
The pre-signed Amazon S3 URL to download the test execution result artifacts.
Table Definition
| Column Name | Column Data Type |
|---|---|
| test_execution_id Required Input Column The unique identifier of the completed test execution. | 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
| |
| download_artifacts_url The pre-signed Amazon S3 URL to download completed test execution. | VARCHAR |