You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[aws_ec2_instance_type.instance_attributes](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_instance_type)| data source |
| <aname="input_alarm_actions"></a> [alarm\_actions](#input\_alarm\_actions)| SNS topic ARNs or other actions to invoke for alarms |`list(string)`|`[]`| no |
38
35
| <aname="input_allocated_storage"></a> [allocated\_storage](#input\_allocated\_storage)| Size in GB for the database instance |`number`| n/a | yes |
36
+
| <aname="input_db_connections_limit_threshold"></a> [db\_connections\_limit\_threshold](#input\_db\_connections\_limit\_threshold)| The percentage threshold for number of database connections. Default: 80 |`number`|`80`| no |
37
+
| <aname="input_db_memory_threshold"></a> [db\_memory\_threshold](#input\_db\_memory\_threshold)| The percentage threshold of FreeableMemory left for the Database. Default: 20 |`number`|`20`| no |
39
38
| <aname="input_identifier"></a> [identifier](#input\_identifier)| Identifier of the database to monitor |`string`| n/a | yes |
40
39
| <aname="input_instance_class"></a> [instance\_class](#input\_instance\_class)| Tier for the database instance to monitor |`string`| n/a | yes |
0 commit comments