Skip to content

Amazon SQS operation binding

Contains information about the operation representation in Amazon SQS.

Structure

copy

Examples

json
{
    "queues": [
        {
            "name": "myQueue",
            "fifoQueue": true,
            "deduplicationScope": "messageGroup",
            "fifoThroughputLimit": "perMessageGroupId",
            "deliveryDelay": 10,
            "redrivePolicy": {
                "deadLetterQueue": {
                    "name": "myQueue_error"
                },
                "maxReceiveCount": 15
            },
            "policy": {
                "statements": [
                    {
                        "effect": "Deny",
                        "principal": "arn:aws:iam::123456789012:user/dec.kolakowski",
                        "action": [
                            "sqs:SendMessage",
                            "sqs:ReceiveMessage"
                        ]
                    }
                ]
            }
        },
        {
            "name": "myQueue_error",
            "deliveryDelay": 10
        }
    ]
}

Changelog

Good news, nothing was changed