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

9 lines
276 B
Terraform
Raw Normal View History

variable cw-alarm-prefix {}
variable "actions-enabled" {}
variable "redis-cluster-id" {}
variable sns-targets {}
variable "default-tags" {}
variable "threshold-EngineCPUUtilization" {}
variable "threshold-DatabaseMemoryUsagePercentage" {}
variable "threshold-CacheHitRate" {}