sample
turbot/flowpipe-samples/aws-iam-access-key-events-notifier-with-single-pipeline
Get Involved
Version
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_eventsUse 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 }Triggers
Params
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| inserted_access_keys | list | No | Row data for new IAM access keys. | - |
| updated_access_keys | list | No | Row data for updated IAM access keys. | - |
| deleted_access_keys | list | No | Row data for deleted IAM access keys. | - |
| notifier | notifier | Yes | Notifier to use. | notifier.default |
Outputs
This pipeline has no outputs.