variable "name_prefix" {
  type        = string
  description = "The policy name prefix."
}

variable "policy_name" {
  type        = string
  description = "The policy name."
}

variable "glue_resources_arns" {
  type        = list(string)
  description = "The list of glue databases and tables arns."
}

variable "athena_workspaces_arns" {
  type        = list(string)
  description = "The list of athena workspaces arns."
}
