aws.amplify.list_artifacts
Example SQL Queries
SELECT * FROMaws.amplify.list_artifactsWHERE"app_id" = 'VALUE'AND "branch_name" = 'VALUE'AND "job_id" = 'VALUE';Description
Returns a list of artifacts for a specified app, branch, and job.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_id Required Input Column The unique ID for an Amplify app. | VARCHAR |
| branch_name Required Input Column The name of a branch that is part of an Amplify app. | VARCHAR |
| job_id Required Input Column The unique ID for a job. | VARCHAR |
| max_results Input Column The maximum number of records to list in a single response. | BIGINT |
| next_token Input Column A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries. | 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 artifacts. | STRUCT( |
Show child fields
| |