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

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 "s3_bucket_arn" {
  type        = string
  description = "AWS S3 Bucket ARN"
}

variable "target_path" {
  type        = string
  description = "A path inside a bucket, relative to the root, without / at the end and in the beginning."
}
