Git Product home page Git Product logo

aws-sqs's Introduction

Requirements

Name Version
terraform >= 1.0
aws >= 4.36

Providers

No providers.

Modules

Name Source Version
metric_alarm terraform-aws-modules/cloudwatch/aws//modules/metric-alarm ~> 3.0
sqs terraform-aws-modules/sqs/aws 4.1.1

Resources

No resources.

Inputs

Name Description Type Default Required
content_based_deduplication Enables content-based deduplication for FIFO queues bool null no
create Whether to create SQS queue bool true no
create_dlq Determines whether to create SQS dead letter queue bool false no
create_dlq_queue_policy Whether to create SQS queue policy bool false no
create_dlq_redrive_allow_policy Determines whether to create a redrive allow policy for the dead letter queue. bool true no
create_queue_policy Whether to create SQS queue policy bool false no
deduplication_scope Specifies whether message deduplication occurs at the message group or queue level string null no
delay_seconds The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes) number null no
dlq_content_based_deduplication Enables content-based deduplication for FIFO queues bool null no
dlq_deduplication_scope Specifies whether message deduplication occurs at the message group or queue level string null no
dlq_delay_seconds The time in seconds that the delivery of all messages in the queue will be delayed. An integer from 0 to 900 (15 minutes) number null no
dlq_kms_data_key_reuse_period_seconds The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling AWS KMS again. An integer representing seconds, between 60 seconds (1 minute) and 86,400 seconds (24 hours) number null no
dlq_kms_master_key_id The ID of an AWS-managed customer master key (CMK) for Amazon SQS or a custom CMK string null no
dlq_message_retention_seconds The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days) number null no
dlq_name This is the human-readable name of the queue. If omitted, Terraform will assign a random name string null no
dlq_queue_policy_statements A map of IAM policy statements for custom permission usage any {} no
dlq_receive_wait_time_seconds The time for which a ReceiveMessage call will wait for a message to arrive (long polling) before returning. An integer from 0 to 20 (seconds) number null no
dlq_redrive_allow_policy The JSON policy to set up the Dead Letter Queue redrive permission, see AWS docs. any {} no
dlq_sqs_managed_sse_enabled Boolean to enable server-side encryption (SSE) of message content with SQS-owned encryption keys bool true no
dlq_tags A mapping of additional tags to assign to the dead letter queue map(string) {} no
dlq_visibility_timeout_seconds The visibility timeout for the queue. An integer from 0 to 43200 (12 hours) number null no
fifo_queue Boolean designating a FIFO queue bool false no
fifo_throughput_limit Specifies whether the FIFO queue throughput quota applies to the entire queue or per message group string null no
kms_data_key_reuse_period_seconds The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling AWS KMS again. An integer representing seconds, between 60 seconds (1 minute) and 86,400 seconds (24 hours) number null no
kms_master_key_id The ID of an AWS-managed customer master key (CMK) for Amazon SQS or a custom CMK string null no
max_message_size The limit of how many bytes a message can contain before Amazon SQS rejects it. An integer from 1024 bytes (1 KiB) up to 262144 bytes (256 KiB) number null no
message_retention_seconds The number of seconds Amazon SQS retains a message. Integer representing seconds, from 60 (1 minute) to 1209600 (14 days) number null no
name This is the human-readable name of the queue. If omitted, Terraform will assign a random name string null no
override_dlq_queue_policy_documents List of IAM policy documents that are merged together into the exported document. In merging, statements with non-blank sids will override statements with the same sid list(string) [] no
override_queue_policy_documents List of IAM policy documents that are merged together into the exported document. In merging, statements with non-blank sids will override statements with the same sid list(string) [] no
queue_policy_statements A map of IAM policy statements for custom permission usage any {} no
receive_wait_time_seconds The time for which a ReceiveMessage call will wait for a message to arrive (long polling) before returning. An integer from 0 to 20 (seconds) number null no
redrive_allow_policy The JSON policy to set up the Dead Letter Queue redrive permission, see AWS docs. any {} no
redrive_policy The JSON policy to set up the Dead Letter Queue, see AWS docs. Note: when specifying maxReceiveCount, you must specify it as an integer (5), and not a string ("5") any {} no
sns_arn Notification ARN string n/a yes
source_dlq_queue_policy_documents List of IAM policy documents that are merged together into the exported document. Statements must have unique sids list(string) [] no
source_queue_policy_documents List of IAM policy documents that are merged together into the exported document. Statements must have unique sids list(string) [] no
sqs_managed_sse_enabled Boolean to enable server-side encryption (SSE) of message content with SQS-owned encryption keys bool true no
tags A mapping of tags to assign to all resources map(string) {} no
use_name_prefix Determines whether name is used as a prefix bool false no
visibility_timeout_seconds The visibility timeout for the queue. An integer from 0 to 43200 (12 hours) number null no

Outputs

Name Description
queue_arn The ARN of the SQS queue
queue_name The name of the SQS queue
queue_url Same as queue_id: The URL for the created Amazon SQS queue

aws-sqs's People

Contributors

voldemorte avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.