variable "env_prefix" {
  type        = string
  description = "Environment prefix"
}
variable "delphi-configs" {
  type        = string
  description = "Config bucket name"
}

variable "run_config_filename" {
  type        = string
  description = "Name of the object in s3"
  default     = "batch-run-config.json"
}

variable "template_name" {
  type        = string
  description = "Name of template file from which uploaded file will be created"
  default     = "batch_run_config.tmpl"
}

variable "slz_content_status" {
  type        = string
  description = "Name of slz_content_status Dynamodb table"
  default     = ""
}

variable "sme-data-archive" {
  type        = string
  description = "sme-data-archive bucket name"
  default     = ""
}

variable "sme-data-decompressed" {
  type        = string
  description = "sme-data-decompressed bucket name"
  default     = ""
}

variable "sme-data-corrupted" {
  type        = string
  description = "sme-data-corrupted bucket name"
  default     = ""
}

variable "sme-data-archive-quarantine" {
  type        = string
  description = "sme-data-archive-quarantine bucket name"
  default     = ""
}

variable "sme-data-decompressed-quarantine" {
  type        = string
  description = "sme-data-decompressed-quarantine bucket name"
  default     = ""
}

variable "batch_job_queue_arn" {
  type        = string
  description = "ARN of Batch job queue"
  default     = ""
}

variable "low_priority_batch_job_queue_arn" {
  type        = string
  description = "ARN of Low priority Batch job queue"
  default     = ""
}

variable "batch_job_definition_arn" {
  type        = string
  description = "ARN of Batch job definition"
  default     = ""
}

/* Add if needed
variable env_variables {
  type        = list(any))
  description = []
}*/

/*
env_prefix
delphi-configs
run_config_filename
template_name
slz_content_status
sme-data-archive
sme-data-decompressed
sme-data-corrupted
batch_job_queue_arn
batch_job_definition_arn
*/
