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
NameTypeDescriptionSensitive
authentication_profilesMap of authentication profiles created and their associated attributes
cluster_arnThe Redshift cluster ARN
cluster_automated_snapshot_retention_periodThe backup retention period
cluster_availability_zoneThe availability zone of the Cluster
cluster_database_nameThe name of the default database in the Cluster
cluster_dns_nameThe DNS name of the cluster
cluster_encryptedWhether the data in the cluster is encrypted
cluster_endpointThe connection endpoint
cluster_hostnameThe hostname of the Redshift cluster
cluster_idThe Redshift cluster ID
cluster_identifierThe Redshift cluster identifier
cluster_master_passwordThe Redshift cluster master passwordsensitive
cluster_master_usernameThe Redshift cluster master usernamesensitive
cluster_namespace_arnThe namespace Amazon Resource Name (ARN) of the cluster
cluster_node_typeThe type of nodes in the cluster
cluster_nodesThe 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_nameThe name of the parameter group to be associated with this cluster
cluster_portThe port the cluster responds on
cluster_preferred_maintenance_windowThe backup window
cluster_public_keyThe public key for the cluster
cluster_revision_numberThe specific revision number of the database in the cluster
cluster_secretsmanager_secret_rotation_enabledSpecifies whether automatic rotation is enabled for the secret
cluster_subnet_group_nameThe name of a cluster subnet group to be associated with this cluster
cluster_typeThe Redshift cluster type
cluster_versionThe version of Redshift engine software
cluster_vpc_security_group_idsThe VPC security group ids associated with the cluster
endpoint_accessA map of access endpoints created and their attributes
master_password_secret_arnARN of managed master password secret
parameter_group_arnAmazon Resource Name (ARN) of the parameter group created
parameter_group_idThe name of the Redshift parameter group created
scheduled_action_iam_role_arnScheduled actions IAM role ARN
scheduled_action_iam_role_nameScheduled actions IAM role name
scheduled_action_iam_role_unique_idStable and unique string identifying the scheduled action IAM role
scheduled_actionsA map of maps containing scheduled action details
snapshot_schedule_arnAmazon Resource Name (ARN) of the Redshift Snapshot Schedule
subnet_group_arnAmazon Resource Name (ARN) of the Redshift subnet group created
subnet_group_idThe ID of Redshift Subnet group created
usage_limitsMap of usage limits created and their associated attributes