- idAuditTrailEntry ID, used to identify an entry
- actorAuditActor!The entity that performed the action being audited.
- actionThe audit action.
- eventTypeAuditTrailEventTypeThe type of the event which was triggered
- affectedResourceAuditTrailResource!The resource that was affected by the event.
- relatedResourceAuditTrailResourceA resource that wasn't affected by the event, but is related to the affected resource. For example a Blueprint that was used to create a stack. This is only populated for certain events.
- bodyBody of the event
- createdAtCreatedAt is unix timestamp (in seconds) at which the entry was created
- updatedAtUpdatedAt is unix timestamp (in seconds) at which the entry was updated