github.com/jpreese/tflint@v0.19.2-0.20200908152133-b01686250fb6/rules/awsrules/models/mappings/sqs.hcl (about) 1 import = "aws-sdk-go/models/apis/sqs/2012-11-05/api-2.json" 2 3 mapping "aws_sqs_queue" { 4 name = String 5 name_prefix = any 6 visibility_timeout_seconds = Integer 7 message_retention_seconds = Integer 8 max_message_size = Integer 9 delay_seconds = Integer 10 receive_wait_time_seconds = Integer 11 policy = String 12 redrive_policy = String 13 fifo_queue = Boolean 14 content_based_deduplication = Boolean 15 kms_master_key_id = String 16 kms_data_key_reuse_period_seconds = Integer 17 tags = TagMap 18 } 19 20 mapping "aws_sqs_queue_policy" { 21 queue_url = String 22 policy = String 23 }