--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_batch_job_queue Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::Batch::JobQueue --- # awscc_batch_job_queue (Resource) Resource Type definition for AWS::Batch::JobQueue ## Schema ### Required - `compute_environment_order` (Attributes List) (see [below for nested schema](#nestedatt--compute_environment_order)) - `priority` (Number) ### Optional - `job_queue_name` (String) - `scheduling_policy_arn` (String) - `state` (String) - `tags` (Map of String) A key-value pair to associate with a resource. ### Read-Only - `id` (String) Uniquely identifies the resource. - `job_queue_arn` (String) ### Nested Schema for `compute_environment_order` Required: - `compute_environment` (String) - `order` (Number) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_batch_job_queue.example ```