samples
turbot/flowpipe-samples/aws-iam-access-key-events-notifier-with-single-pipeline

Handle IAM Access Key Events

Send a notification for access key create, update, and delete events.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws_iam_access_key_events_notifier_with_single_pipeline.pipeline.handle_iam_access_key_events

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = aws_iam_access_key_events_notifier_with_single_pipeline.pipeline.handle_iam_access_key_events
}

Params

NameTypeRequiredDescriptionDefault
inserted_access_keyslist(any)NoRow data for new IAM access keys.-
updated_access_keyslist(any)NoRow data for updated IAM access keys.-
deleted_access_keyslist(any)NoRow data for deleted IAM access keys.-

Outputs

This pipeline has no outputs.