IAM Audit logging backed by Concord key-value store.
Audit events are stored with the key pattern: "audit:{timestamp}:{event_id}"
Summary
Types
@type action() ::
:create_user
| :suspend_user
| :activate_user
| :delete_user
| :create_key
| :delete_key
| :create_policy
| :delete_policy
| :attach_policy
| :detach_policy
Functions
Lists audit events with optional filtering.
Options:
:actor- filter by actor:action- filter by action:target- filter by target:limit- max number of events to return (default 100)
Logs an audit event.