AWS SQS Terraform module

Upstream version 5.2.2
0 controls from Registry requirements

Terraform Module Source

registry.compliance.tf/terraform-aws-modules/sqs/aws
NameTypeDescriptionSensitive
dead_letter_queue_arnThe ARN of the SQS queue
dead_letter_queue_arn_staticThe ARN of the SQS queue. Use this to avoid cycle errors between resources (e.g., Step Functions)
dead_letter_queue_idThe URL for the created Amazon SQS queue
dead_letter_queue_nameThe name of the SQS queue
dead_letter_queue_urlSame as `dead_letter_queue_id`: The URL for the created Amazon SQS queue
queue_arnThe ARN of the SQS queue
queue_arn_staticThe ARN of the SQS queue. Use this to avoid cycle errors between resources (e.g., Step Functions)
queue_idThe URL for the created Amazon SQS queue
queue_nameThe name of the SQS queue
queue_urlSame as `queue_id`: The URL for the created Amazon SQS queue