You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[aws_iam_policy_document.sqs_read_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
24
-
|[aws_iam_policy_document.sqs_write_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
25
-
26
-
## Inputs
27
-
28
-
| Name | Description | Type | Default | Required |
| <aname="input_delay"></a> [delay](#input\_delay)| The time in seconds that the delivery of all messages in the queue will be delayed |`number`|`0`| no |
31
-
| <aname="input_enable_deduplication"></a> [enable\_deduplication](#input\_enable\_deduplication)| Prevent content based duplication in queue |`bool`|`false`| no |
32
-
| <aname="input_enable_dlq"></a> [enable\_dlq](#input\_enable\_dlq)| n/a |`bool`|`false`| no |
33
-
| <aname="input_enable_fifo"></a> [enable\_fifo](#input\_enable\_fifo)| Attach first in first out policy to sqs |`bool`|`false`| no |
34
-
| <aname="input_enable_sse"></a> [enable\_sse](#input\_enable\_sse)| Enable server-side encryption (SSE) of message content with SQS-owned encryption keys, requires kms resource for queue |`bool`|`true`| no |
| <aname="input_kms_master_key_id"></a> [kms\_master\_key\_id](#input\_kms\_master\_key\_id)| The ID of an AWS-managed customer master key (CMK) for Amazon SQS or a custom CMK |`string`|`null`| no |
37
-
| <aname="input_max_receive_count"></a> [max\_receive\_count](#input\_max\_receive\_count)| n/a |`number`|`1`| no |
38
-
| <aname="input_max_size_message"></a> [max\_size\_message](#input\_max\_size\_message)| Max message size in bytes before sqs rejects the message |`number`|`2048`| no |
39
-
| <aname="input_max_visibility"></a> [max\_visibility](#input\_max\_visibility)| Time in seconds during which Amazon SQS prevents all consumers from receiving and processing the message |`number`|`30`| no |
40
-
| <aname="input_message_retention"></a> [message\_retention](#input\_message\_retention)| Number of seconds sqs keeps a message |`number`|`86400`| no |
| <aname="input_receive_wait"></a> [receive\_wait](#input\_receive\_wait)| Number of seconds sqs will wait for a message when ReceiveMessage is received |`number`|`2`| no |
0 commit comments