AWS Redshift Terraform module
Upstream version 7.1.0
0 controls from Registry requirements
Terraform Module Source
registry.compliance.tf/terraform-aws-modules/redshift/aws| Name | Type | Description | Sensitive |
|---|---|---|---|
| authentication_profiles | — | Map of authentication profiles created and their associated attributes | — |
| cluster_arn | — | The Redshift cluster ARN | — |
| cluster_automated_snapshot_retention_period | — | The backup retention period | — |
| cluster_availability_zone | — | The availability zone of the Cluster | — |
| cluster_database_name | — | The name of the default database in the Cluster | — |
| cluster_dns_name | — | The DNS name of the cluster | — |
| cluster_encrypted | — | Whether the data in the cluster is encrypted | — |
| cluster_endpoint | — | The connection endpoint | — |
| cluster_hostname | — | The hostname of the Redshift cluster | — |
| cluster_id | — | The Redshift cluster ID | — |
| cluster_identifier | — | The Redshift cluster identifier | — |
| cluster_master_password | — | The Redshift cluster master password | sensitive |
| cluster_master_username | — | The Redshift cluster master username | sensitive |
| cluster_namespace_arn | — | The namespace Amazon Resource Name (ARN) of the cluster | — |
| cluster_node_type | — | The type of nodes in the cluster | — |
| cluster_nodes | — | The nodes in the cluster. Each node is a map of the following attributes: `node_role`, `private_ip_address`, and `public_ip_address` | — |
| cluster_parameter_group_name | — | The name of the parameter group to be associated with this cluster | — |
| cluster_port | — | The port the cluster responds on | — |
| cluster_preferred_maintenance_window | — | The backup window | — |
| cluster_public_key | — | The public key for the cluster | — |
| cluster_revision_number | — | The specific revision number of the database in the cluster | — |
| cluster_secretsmanager_secret_rotation_enabled | — | Specifies whether automatic rotation is enabled for the secret | — |
| cluster_subnet_group_name | — | The name of a cluster subnet group to be associated with this cluster | — |
| cluster_type | — | The Redshift cluster type | — |
| cluster_version | — | The version of Redshift engine software | — |
| cluster_vpc_security_group_ids | — | The VPC security group ids associated with the cluster | — |
| endpoint_access | — | A map of access endpoints created and their attributes | — |
| master_password_secret_arn | — | ARN of managed master password secret | — |
| parameter_group_arn | — | Amazon Resource Name (ARN) of the parameter group created | — |
| parameter_group_id | — | The name of the Redshift parameter group created | — |
| scheduled_action_iam_role_arn | — | Scheduled actions IAM role ARN | — |
| scheduled_action_iam_role_name | — | Scheduled actions IAM role name | — |
| scheduled_action_iam_role_unique_id | — | Stable and unique string identifying the scheduled action IAM role | — |
| scheduled_actions | — | A map of maps containing scheduled action details | — |
| snapshot_schedule_arn | — | Amazon Resource Name (ARN) of the Redshift Snapshot Schedule | — |
| subnet_group_arn | — | Amazon Resource Name (ARN) of the Redshift subnet group created | — |
| subnet_group_id | — | The ID of Redshift Subnet group created | — |
| usage_limits | — | Map of usage limits created and their associated attributes | — |