Skip to content

Data Source: awsRedshiftOrderableCluster

Information about Redshift Orderable Clusters and valid parameter combinations.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsRedshiftOrderableCluster.DataAwsRedshiftOrderableCluster(
  this,
  "test",
  {
    clusterType: "multi-node",
    preferredNodeTypes: ["dc2.large", "ds2.xlarge"],
  }
);

Argument Reference

The following arguments are supported:

  • clusterType - (Optional) Reshift Cluster typeE.g., multiNode or singleNode
  • clusterVersion - (Optional) Redshift Cluster versionE.g., 10
  • nodeType - (Optional) Redshift Cluster node typeE.g., dc28Xlarge
  • preferredNodeTypes - (Optional) Ordered list of preferred Redshift Cluster node types. The first match in this list will be returned. If no preferred matches are found and the original search returned more than one result, an error is returned.

Attribute Reference

In addition to all arguments above, the following attributes are exported:

  • availabilityZones - List of Availability Zone names where the Redshit Cluster is available.