aws.snowball.list_cluster_jobs
Example SQL Queries
SELECT * FROMaws.snowball.list_cluster_jobsWHERE"cluster_id" = 'VALUE';Description
Returns an array of JobListEntry objects of the specified length. Each JobListEntry object is for a job in the specified cluster and contains a job's state, a job's ID, and other information.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cluster_id Required Input Column The 39-character ID for the cluster that you want to list, for example CID123e4567-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 |
| creation_date The creation date for this job. | TIMESTAMP_S |
| description The optional description of this specific job, for example Important Photos 2016-08-11. | VARCHAR |
| is_master A value that indicates that this job is a main job. A main job represents a successful request to create an export job. Main jobs aren't associated with any Snowballs. Instead, each main job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular main job are listed, because they are created after the main job is created. | BOOLEAN |
| job_id The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000. | VARCHAR |
| job_state The current state of this job. | VARCHAR |
| job_type The type of job. | VARCHAR |
| snowball_type The type of device used with this job. | VARCHAR |