2022-10-25 14:21:37 +08:00
|
|
|
variable rds-instance-name {}
|
|
|
|
variable alarm-actions-urgent {
|
|
|
|
type = string
|
|
|
|
default = "arn:aws:sns:ap-east-1:843733946244:rackspace-support-urgent"
|
|
|
|
}
|
|
|
|
variable alarm-actions-emergency {
|
|
|
|
type = string
|
|
|
|
default = "arn:aws:sns:ap-east-1:843733946244:rackspace-support-emergency"
|
|
|
|
}
|
|
|
|
variable alarm-actions-standard {
|
|
|
|
type = string
|
|
|
|
default = "arn:aws:sns:ap-east-1:843733946244:rackspace-support-standard"
|
|
|
|
}
|
|
|
|
variable alarm-actions-general {
|
|
|
|
type = string
|
|
|
|
default = "arn:aws:sns:ap-east-1:843733946244:rackspace-support"
|
|
|
|
}
|
|
|
|
variable default-tags {}
|
|
|
|
|
|
|
|
variable threshold-FreeableMemory {}
|
|
|
|
variable threshold-CpuUtilization {}
|
|
|
|
variable threshold-FreeStorageSpace {}
|
2022-10-25 15:57:57 +08:00
|
|
|
variable threshold-DiskQueueDepth {}
|
2022-10-25 19:51:04 +08:00
|
|
|
variable threshold-ReadLatency {}
|
|
|
|
variable threshold-WriteLatency {}
|