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
description = "The name of the log group to associate the metric filter with"
}
variable "metric_namespace" {
type = "string"
description = "The destination namespace of the CloudWatch metric"
default = "Prowler/Monitoring"
}
variable "alarm_action_arns" {
type = "list"
description = "The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Number (ARN)"