Manage SQS Queues
Create and destroy SQS queues. Be aware that this interacts with Amazon's services, and so may incur charges.
This module uses the awscli tool provided by Amazon. This can be downloaded from pip. Also check the documentation for awscli for configuration information.
myqueue:
aws_sqs.exists:
- region: eu-west-1
Remove the named SQS queue if it exists.
Name of the SQS queue.
Region to remove the queue from
Name of the user performing the SQS operations
Include additional arguments and options to the aws command line
Ensure the SQS queue exists.
Name of the SQS queue.
Region to create the queue
Name of the user performing the SQS operations
Include additional arguments and options to the aws command line
Generated on May 22, 2024 at 17:25:40 UTC.
You are viewing docs for the latest stable release, 3007.1. Switch to docs for the previous stable release, 3006.8, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy