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

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

variable "kms_key_arn" {
  description = "The KMS key arn"
  type        = string
}
variable "sqs_queue_arn" {
  description = "The SQS queue arn"
  type        = string
}
