samples
turbot/flowpipe-samples/aws-iam-access-key-events-notifier-with-multiple-pipelines

List IAM Access Keys

List IAM access keys with information related to create, update, and delete events.

Query

select
access_key_id,
status,
user_name,
create_date,
account_id
from
aws_iam_access_key;

Schedule

* * * * *