samples
turbot/flowpipe-samples/notify-new-aws-iam-access-keys

Notify New IAM Access Key Created

Send a notification when a new IAM access key is created.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run notify_new_aws_iam_access_keys.pipeline.notify_new_iam_access_key_created \
--arg 'access_keys=<list(any)>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = notify_new_aws_iam_access_keys.pipeline.notify_new_iam_access_key_created
args = {
access_keys = <list(any)>
}
}

Params

NameTypeRequiredDescriptionDefault
access_keyslist(any)YesRow data for IAM access keys.-
notifierstringYesNotifier to use.default

Outputs

This pipeline has no outputs.