aws-sqs-message-attribute-values
Custom SQS message attributes are plaintext/binary metadata and may carry tokens or sensitive routing information.
Where it sits
| location | ReceiveMessage.Messages[].MessageAttributes[].StringValue / BinaryValue |
| location kind | message_body |
| data kinds | credential api_key bearer_token sensitive_data pii |
| emits edge | CanReadData |
| service | SQS (aws:sqs) |
Collection recipe
| access mode | read_api |
| operation | ReceiveMessage |
| response path | Messages[].MessageAttributes.<name>.{StringValue,BinaryValue} |
| encoding | json |
| params | {"MessageAttributeNames": ["All"], "QueueUrl": "\u003cqueue-url\u003e"} |
Required permissions
References