aws.redshift.describe_cluster_versions
Example SQL Queries
SELECT * FROMaws.redshift.describe_cluster_versions;Description
Returns descriptions of the available Amazon Redshift cluster versions. You can call this operation even before creating any clusters to learn more about the Amazon Redshift versions. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Cluster Management Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cluster_parameter_group_family Input Column The name of the cluster parameter group family for the cluster. | VARCHAR |
| cluster_version Input Column The version number used by the cluster. | 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 |
| description The description of the cluster version. | VARCHAR |