aws-sqs-message-body-content
SQS message bodies are arbitrary plaintext application payloads and can carry credentials.
Where it sits
| location | ReceiveMessage.Messages[].Body |
| location kind | message_body |
| data kinds | credential password api_key access_key secret_key oauth_token connection_string customer_data pii |
| emits edge | CanReadData |
| service | SQS (aws:sqs) |
Collection recipe
| access mode | read_api |
| operation | ReceiveMessage |
| response path | Messages[].Body |
| encoding | string |
| params | {"MaxNumberOfMessages": 10, "QueueUrl": "\u003cqueue-url\u003e"} |
Required permissions
References