AWS - SQS
Amazon Web Services Simple Queuing Service (SQS).
- Category
- IT Services
- Pack
- AWS-SQS
Configuration parameters
- defaultRegion — AWS Default Region (required)
- roleArn — Role Arn
- roleSessionName — Role Session Name
- credentials — Access Key
- access_key — Access Key
- secret_key — Secret Key
- sessionDuration — Role Session Duration
- queueUrl — QueueURL
- timeout — Timeout
- retries — Retries
- isFetch — Fetch incidents
- max_fetch — Maximum incidents for one fetch. Hard cap of 100.
- first_fetch — First fetch timestamp (<number> <time unit>, e.g., 12 hours, 7 days)
- incidentType — Incident type
- incidentFetchInterval — Incidents Fetch Interval
- sts_regional_endpoint — AWS STS Regional Endpoints
- proxy — Use system proxy settings
- insecure — Trust any certificate (not secure)
- parse_body_as_json — Parse SQS message body as a JSON string
Commands (6)
- aws-sqs-create-queue — Creates a new standard or FIFO queue. You can pass one or more attributes in the request.
- aws-sqs-delete-queue — Deletes the queue specified by the QueueUrl , regardless of the queue's contents. If the specified queue doesn't exist, Amazon SQS returns a successful response.
- aws-sqs-get-queue-url — Returns the URL of an existing queue. To access a queue that belongs to another AWS account, use the queueOwnerAWSAccountId parameter to specify the account ID of the queues owner. The queues owner must grant you permission to access the queue.
- aws-sqs-list-queues — Returns a list of your queues. The maximum number of queues that can be returned is 1,000. If you specify a value for the optional QueueNamePrefix parameter, only queues with a name that begins with the specified value are returned.
- aws-sqs-purge-queue — Deletes the messages in a queue specified by the QueueURL parameter.
- aws-sqs-send-message — Delivers a message to the specified queue.