(experimental) An optional identifier for the cluster.
(experimental) Settings for the individual instances that are launched.
Cluster.Builder.create(software.constructs.Construct scope,
String id)
(experimental) Name of a database which is automatically created inside the cluster.
(experimental) Whether to enable encryption of data at rest in the cluster.
(experimental) The KMS key to use for encryption of data at rest.
(experimental) Bucket to send logs to.
(experimental) Prefix used for logging.
(experimental) Username and password for the administrative user.
(experimental) The node type to be provisioned for the cluster.
(experimental) Number of compute nodes in the cluster.
(experimental) Additional parameters to pass to the database engine https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html.
(experimental) What port to listen on.
(experimental) A preferred maintenance window day/time range.
(experimental) Whether to make cluster publicly accessible.
(experimental) The removal policy to apply when the cluster and its instances are removed from the stack or replaced during an update.
(experimental) A list of AWS Identity and Access Management (IAM) role that can be used by the cluster to access other AWS services.
(experimental) Security group.
(experimental) A cluster subnet group to use with this cluster.
(experimental) The VPC to place the cluster in.
(experimental) Where to place the instances within the VPC.