samples
turbot/flowpipe-samples/aws-iam-access-key-events-notifier-with-single-pipeline
Get Involved
Version
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
Name | Type | Required | Description | Default |
---|---|---|---|---|
inserted_access_keys | list(any) | No | Row data for new IAM access keys. | - |
updated_access_keys | list(any) | No | Row data for updated IAM access keys. | - |
deleted_access_keys | list(any) | No | Row data for deleted IAM access keys. | - |
Outputs
This pipeline has no outputs.