We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1731c71 commit 493e9b7Copy full SHA for 493e9b7
messenger.rst
@@ -1563,11 +1563,16 @@ The transport has a number of options:
1563
``queue_name`` Name of the queue messages
1564
``region`` Name of the AWS region eu-west-1
1565
``secret_key`` AWS secret key must be urlencoded
1566
+``session_token`` AWS session token
1567
``visibility_timeout`` Amount of seconds the message will Queue's configuration
1568
not be visible (`Visibility Timeout`_)
1569
``wait_time`` `Long polling`_ duration in seconds 20
1570
====================== ====================================== ===================================
1571
1572
+.. versionadded:: 6.1
1573
+
1574
+ The ``session_token`` option was introduced in Symfony 6.1.
1575
1576
.. note::
1577
1578
The ``wait_time`` parameter defines the maximum duration Amazon SQS should
0 commit comments