sample
turbot/flowpipe-samples/notify-new-aws-iam-access-keys
Get Involved
Version
Pipeline: 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>'
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> }}
Triggers
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
access_keys | list | Yes | Row data for IAM access keys. | - |
notifier | notifier | Yes | Notifier to use. | notifier.default |
Outputs
This pipeline has no outputs.