Configuration parameters
defaultRegion— AWS Default Region (required)roleArn— Role ArnroleSessionName— Role Session Namecredentials— Access Keyaccess_key— Access Keysecret_key— Secret KeysessionDuration— Role Session DurationqueueUrl— QueueURLtimeout— Timeoutretries— RetriesisFetch— Fetch incidentsmax_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 typests_regional_endpoint— AWS STS Regional Endpointsproxy— Use system proxy settingsinsecure— Trust any certificate (not secure)parse_body_as_json— Parse SQS message body as a JSON string
Commands (6)
-
aws-sqs-create-queueCreates a new standard or FIFO queue. You can pass one or more attributes in the request.
-
aws-sqs-delete-queueDeletes 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-urlReturns 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-queuesReturns 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-queueDeletes the messages in a queue specified by the QueueURL parameter.
-
aws-sqs-send-messageDelivers a message to the specified queue.