aws.amplify.get_artifact_url
Example SQL Queries
SELECT * FROMaws.amplify.get_artifact_urlWHERE"artifact_id" = 'VALUE';Description
Returns the artifact info that corresponds to an artifact id.
Table Definition
| Column Name | Column Data Type |
|---|---|
| artifact_id Required Input Column The unique ID for an 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 |
| artifact_url The presigned URL for the artifact. | VARCHAR |