aws.redshift.describe_node_configuration_options
Example SQL Queries
SELECT * FROMaws.redshift.describe_node_configuration_optionsWHERE"action_type" = 'VALUE';Description
Returns properties of possible node configurations such as node type, number of nodes, and disk usage for the specified action type.
Table Definition
| Column Name | Column Data Type |
|---|---|
| action_type Required Input Column The action type to evaluate for possible node configurations. Specify "restore-cluster" to get configuration combinations based on an existing snapshot. Specify "recommend-node-config" to get configuration recommendations based on an existing cluster or snapshot. Specify "resize-cluster" to get configuration combinations for elastic resize based on an existing cluster. | VARCHAR |
| cluster_identifier Input Column The identifier of the cluster to evaluate for possible node configurations. | VARCHAR |
| filters Input Column A set of name, operator, and value items to filter the results. | STRUCT( |
Show child fields
| |
| owner_account Input Column The Amazon Web Services account used to create or copy the snapshot. Required if you are restoring a snapshot you do not own, optional if you own the snapshot. | VARCHAR |
| snapshot_arn Input Column The Amazon Resource Name (ARN) of the snapshot associated with the message to describe node configuration. | VARCHAR |
| snapshot_identifier Input Column The identifier of the snapshot to evaluate for possible node configurations. | 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 |
| estimated_disk_utilization_percent The estimated disk utilizaton percentage. | DOUBLE |
| mode The category of the node configuration recommendation. | VARCHAR |
| node_type The node type, such as, "ra3.4xlarge". | VARCHAR |
| number_of_nodes The number of nodes. | BIGINT |