variable "name_prefix" {
  type        = string
  description = "Prefix which will be applied to the name of the policy."
}

variable "name" {
  type        = string
  description = "Name of the policy"
}

variable "path" {
  type        = string
  description = "Path for policy in IAM, default is /"
  default     = "/"
}

variable "bucket_arn" {
  type        = string
  description = "Arn of the bucket to which access will be provided."
}
