aws.redshift.describe_cluster_tracks
Example SQL Queries
SELECT * FROMaws.redshift.describe_cluster_tracks;Description
Returns a list of all the available maintenance tracks.
Table Definition
| Column Name | Column Data Type |
|---|---|
| maintenance_track_name Input Column The name of the maintenance track. Possible values are current and trailing. | 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 |
| database_version The version number for the cluster release. | VARCHAR |
| update_targets An array of UpdateTarget objects to update with the maintenance track. | STRUCT( |
Show child fields
| |