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
| ok_actions | The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Number (ARN) | list |`<list>`| no |
125
125
| parameter | A list of Redis parameters to apply. Note that parameters may differ from one Redis family to another | list |`<list>`| no |
126
126
| port | Redis port | string |`6379`| no |
127
127
| replication_group_id | Replication group ID with the following constraints: A name must contain from 1 to 20 alphanumeric characters or hyphens. The first character must be a letter. A name cannot end with a hyphen or contain two consecutive hyphens. | string | `` | no |
| ok_actions | The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Number (ARN) | list |`<list>`| no |
25
25
| parameter | A list of Redis parameters to apply. Note that parameters may differ from one Redis family to another | list |`<list>`| no |
26
26
| port | Redis port | string |`6379`| no |
27
27
| replication_group_id | Replication group ID with the following constraints: A name must contain from 1 to 20 alphanumeric characters or hyphens. The first character must be a letter. A name cannot end with a hyphen or contain two consecutive hyphens. | string | `` | no |
Copy file name to clipboardExpand all lines: variables.tf
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,12 @@ variable "alarm_actions" {
103
103
default=[]
104
104
}
105
105
106
+
variable"ok_actions" {
107
+
type="list"
108
+
description="The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Number (ARN)"
0 commit comments