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

Create IAM Access Key Event

Send a notification for new access keys.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws_iam_access_key_events_notifier_with_multiple_pipelines.pipeline.create_iam_access_key_event \
--arg 'access_keys=<list of dynamic>'

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_multiple_pipelines.pipeline.create_iam_access_key_event
args = {
access_keys = <list of dynamic>
}
}

Params

NameTypeRequiredDescriptionDefault
access_keyslist of dynamicYesRow data for IAM access keys.-

Outputs

This pipeline has no outputs.