SQS_ENABLED
: Enables (true
) or disables (false
) integration with Amazon SQS.SQS_ACCESS_KEY_ID
: AWS access key for authentication.SQS_SECRET_ACCESS_KEY
: Secret key corresponding to the access key for authentication.SQS_ACCOUNT_ID
: AWS account ID where SQS is configured.SQS_REGION
: AWS region where your SQS queues are located (e.g., us-east-1
).