aws.iotthingsgraph.get_upload_status
Example SQL Queries
SELECT * FROMaws.iotthingsgraph.get_upload_statusWHERE"upload_id" = 'VALUE';Description
Gets the status of the specified upload.
Table Definition
| Column Name | Column Data Type |
|---|---|
| upload_id Required Input Column The ID of the upload. | 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 |
| created_date The date at which the upload was created. | TIMESTAMP_S |
| failure_reason The reason for an upload failure. | VARCHAR[] |
Show child fields
| |
| namespace_arn The ARN of the upload. | VARCHAR |
| namespace_name The name of the upload's namespace. | VARCHAR |
| namespace_version The version of the user's namespace. Defaults to the latest version of the user's namespace. | BIGINT |
| upload_status The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails. | VARCHAR |