aws-qldb-journal-export-object-content
A QLDB journal export contains the immutable history of every document, including deleted or rotated secrets, in S3.
Where it sits
| location | ExportJournalToS3 output S3 objects |
| location kind | data_record |
| data kinds | credential password api_key customer_data pii |
| emits edge | CanReadData |
| service | QLDB (aws:qldb) |
Collection recipe
| access mode | indirect_destination |
| operation | ExportJournalToS3 then s3:GetObject |
| response path | S3 GetObject.Body |
| encoding | binary |
| params | {"ExclusiveEndTime": "\u003ctime\u003e", "InclusiveStartTime": "\u003ctime\u003e", "Name": "\u003cledger-name\u003e", "S3ExportConfiguration": "\u003cbucket/prefix\u003e"} |
Required permissions
qldb:ExportJournalToS3
iam:PassRole
s3:GetObject
References