allow_version_upgrade |
If true , major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster. Default is true |
bool |
null |
no |
apply_immediately |
Specifies whether any cluster modifications are applied immediately, or during the next maintenance window. Default is false |
bool |
null |
no |
aqua_configuration_status |
The value represents how the cluster is configured to use AQUA (Advanced Query Accelerator) after the cluster is restored. Possible values are enabled , disabled , and auto . Requires Cluster reboot |
string |
null |
no |
authentication_profiles |
Map of authentication profiles to create |
any |
{} |
no |
automated_snapshot_retention_period |
The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with create-cluster-snapshot. Default is 1 |
number |
null |
no |
availability_zone |
The EC2 Availability Zone (AZ) in which you want Amazon Redshift to provision the cluster. Can only be changed if availability_zone_relocation_enabled is true |
string |
null |
no |
availability_zone_relocation_enabled |
If true , the cluster can be relocated to another availabity zone, either automatically by AWS or when requested. Default is false . Available for use on clusters from the RA3 instance family |
bool |
null |
no |
cluster_identifier |
The Cluster Identifier. Must be a lower case string |
string |
"" |
no |
cluster_timeouts |
Create, update, and delete timeout configurations for the cluster |
map(string) |
{} |
no |
cluster_version |
The version of the Amazon Redshift engine software that you want to deploy on the cluster. The version selected runs on all the nodes in the cluster |
string |
null |
no |
create |
Determines whether to create Redshift cluster and resources (affects all resources) |
bool |
true |
no |
create_endpoint_access |
Determines whether to create an endpoint access (managed VPC endpoint) |
bool |
false |
no |
create_parameter_group |
Determines whether to create a parameter group or use existing |
bool |
true |
no |
create_random_password |
Determines whether to create random password for cluster master_password |
bool |
true |
no |
create_scheduled_action_iam_role |
Determines whether a scheduled action IAM role is created |
bool |
false |
no |
create_snapshot_schedule |
Determines whether to create a snapshot schedule |
bool |
false |
no |
create_subnet_group |
Determines whether to create a subnet group or use existing |
bool |
true |
no |
database_name |
The name of the first database to be created when the cluster is created. If you do not provide a name, Amazon Redshift will create a default database called dev |
string |
null |
no |
default_iam_role_arn |
The Amazon Resource Name (ARN) for the IAM role that was set as default for the cluster when the cluster was created |
string |
null |
no |
elastic_ip |
The Elastic IP (EIP) address for the cluster |
string |
null |
no |
encrypted |
If true , the data in the cluster is encrypted at rest |
bool |
true |
no |
endpoint_name |
The Redshift-managed VPC endpoint name |
string |
"" |
no |
endpoint_resource_owner |
The Amazon Web Services account ID of the owner of the cluster. This is only required if the cluster is in another Amazon Web Services account |
string |
null |
no |
endpoint_subnet_group_name |
The subnet group from which Amazon Redshift chooses the subnet to deploy the endpoint |
string |
"" |
no |
endpoint_vpc_security_group_ids |
The security group IDs to use for the endpoint access (managed VPC endpoint) |
list(string) |
[] |
no |
enhanced_vpc_routing |
If true , enhanced VPC routing is enabled |
bool |
null |
no |
final_snapshot_identifier |
The identifier of the final snapshot that is to be created immediately before deleting the cluster. If this parameter is provided, skip_final_snapshot must be false |
string |
null |
no |
iam_role_arns |
A list of IAM Role ARNs to associate with the cluster. A Maximum of 10 can be associated to the cluster at any time |
list(string) |
[] |
no |
iam_role_description |
Description of the scheduled action IAM role |
string |
null |
no |
iam_role_name |
Name to use on scheduled action IAM role created |
string |
null |
no |
iam_role_path |
Scheduled action IAM role path |
string |
null |
no |
iam_role_permissions_boundary |
ARN of the policy that is used to set the permissions boundary for the scheduled action IAM role |
string |
null |
no |
iam_role_tags |
A map of additional tags to add to the scheduled action IAM role created |
map(string) |
{} |
no |
iam_role_use_name_prefix |
Determines whether scheduled action the IAM role name (iam_role_name ) is used as a prefix |
string |
true |
no |
kms_key_arn |
The ARN for the KMS encryption key. When specifying kms_key_arn , encrypted needs to be set to true |
string |
null |
no |
logging |
Logging configuration for the cluster |
any |
{} |
no |
maintenance_track_name |
The name of the maintenance track for the restored cluster. When you take a snapshot, the snapshot inherits the MaintenanceTrack value from the cluster. The snapshot might be on a different track than the cluster that was the source for the snapshot. Default value is current |
string |
null |
no |
manual_snapshot_retention_period |
The default number of days to retain a manual snapshot. If the value is -1, the snapshot is retained indefinitely. This setting doesn't change the retention period of existing snapshots. Valid values are between -1 and 3653 . Default value is -1 |
number |
null |
no |
master_password |
Password for the master DB user. (Required unless a snapshot_identifier is provided). Must contain at least 8 chars, one uppercase letter, one lowercase letter, and one number |
string |
null |
no |
master_username |
Username for the master DB user (Required unless a snapshot_identifier is provided). Defaults to awsuser |
string |
"awsuser" |
no |
node_type |
The node type to be provisioned for the cluster |
string |
"" |
no |
number_of_nodes |
Number of nodes in the cluster. Defaults to 1. Note: values greater than 1 will trigger cluster_type to switch to multi-node |
number |
1 |
no |
owner_account |
The AWS customer 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 |
string |
null |
no |
parameter_group_description |
The description of the Redshift parameter group. Defaults to Managed by Terraform |
string |
null |
no |
parameter_group_family |
The family of the Redshift parameter group |
string |
"redshift-1.0" |
no |
parameter_group_name |
The name of the Redshift parameter group, existing or to be created |
string |
null |
no |
parameter_group_parameters |
value |
map(any) |
{} |
no |
parameter_group_tags |
Additional tags to add to the parameter group |
map(string) |
{} |
no |
port |
The port number on which the cluster accepts incoming connections. Default port is 5439 |
number |
null |
no |
preferred_maintenance_window |
The weekly time range (in UTC) during which automated cluster maintenance can occur. Format: ddd:hh24:mi-ddd:hh24:mi |
string |
"sat:10:00-sat:10:30" |
no |
publicly_accessible |
If true, the cluster can be accessed from a public network |
bool |
false |
no |
random_password_length |
Length of random password to create. Defaults to 16 |
number |
16 |
no |
scheduled_actions |
Map of maps containing scheduled action defintions |
any |
{} |
no |
skip_final_snapshot |
Determines whether a final snapshot of the cluster is created before Redshift deletes the cluster. If true, a final cluster snapshot is not created. If false , a final cluster snapshot is created before the cluster is deleted |
bool |
true |
no |
snapshot_cluster_identifier |
The name of the cluster the source snapshot was created from |
string |
null |
no |
snapshot_copy |
Configuration of automatic copy of snapshots from one region to another |
any |
{} |
no |
snapshot_identifier |
The name of the snapshot from which to create the new cluster |
string |
null |
no |
snapshot_schedule_definitions |
The definition of the snapshot schedule. The definition is made up of schedule expressions, for example cron(30 12 *) or rate(12 hours) |
list(string) |
[] |
no |
snapshot_schedule_description |
The description of the snapshot schedule |
string |
null |
no |
snapshot_schedule_force_destroy |
Whether to destroy all associated clusters with this snapshot schedule on deletion. Must be enabled and applied before attempting deletion |
bool |
null |
no |
snapshot_schedule_identifier |
The snapshot schedule identifier |
string |
null |
no |
subnet_group_description |
The description of the Redshift Subnet group. Defaults to Managed by Terraform |
string |
null |
no |
subnet_group_name |
The name of the Redshift subnet group, existing or to be created |
string |
null |
no |
subnet_group_tags |
Additional tags to add to the subnet group |
map(string) |
{} |
no |
subnet_ids |
An array of VPC subnet IDs to use in the subnet group |
list(string) |
[] |
no |
tags |
A map of tags to add to all resources |
map(string) |
{} |
no |
usage_limits |
Map of usage limit defintions to create |
any |
{} |
no |
use_snapshot_identifier_prefix |
Determines whether the identifier (snapshot_schedule_identifier ) is used as a prefix |
bool |
true |
no |
vpc_security_group_ids |
A list of Virtual Private Cloud (VPC) security groups to be associated with the cluster |
list(string) |
[] |
no |