terraform.aws-baseline-infra/modules/ManagementGovernance/Monitoring.RDS/variables.tf

12 lines
354 B
Terraform
Raw Normal View History

variable cw-alarm-prefix {}
variable actions-enabled {}
variable rds-instance-name {}
variable sns-targets {}
variable default-tags {}
variable threshold-FreeableMemory {}
variable threshold-CpuUtilization {}
variable threshold-FreeStorageSpace {}
variable threshold-DiskQueueDepth {}
variable threshold-ReadLatency {}
variable threshold-WriteLatency {}