aws.snowball.get_software_updates
Example SQL Queries
SELECT * FROMaws.snowball.get_software_updatesWHERE"job_id" = 'VALUE';Description
Returns an Amazon S3 presigned URL for an update file associated with a specified JobId.
Table Definition
| Column Name | Column Data Type |
|---|---|
| job_id Required Input Column The ID for a job that you want to get the software update file for, for example JID123e4567-e89b-12d3-a456-426655440000. | 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 |
| updates_uri The Amazon S3 presigned URL for the update file associated with the specified JobId value. The software update will be available for 2 days after this request is made. To access an update after the 2 days have passed, you'll have to make another call to GetSoftwareUpdates. | VARCHAR |