aws.snowball.list_clusters
Example SQL Queries
SELECT * FROMaws.snowball.list_clusters;Description
Returns an array of ClusterListEntry objects of the specified length. Each ClusterListEntry object contains a cluster's state, a cluster's ID, and other important status information.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| cluster_id The 39-character ID for the cluster that you want to list, for example CID123e4567-e89b-12d3-a456-426655440000. | VARCHAR |
| cluster_state The current state of this cluster. For information about the state of a specific node, see JobListEntry$JobState. | VARCHAR |
| creation_date The creation date for this cluster. | TIMESTAMP_S |
| description Defines an optional description of the cluster, for example Environmental Data Cluster-01. | VARCHAR |