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
{{ message }}
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.
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(any)
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)"