sample
turbot/flowpipe-samples/aws-iam-access-key-events-notifier-with-multiple-pipelines
Get Involved
Version
Pipeline: Update IAM Access Key Event
Send a notification for access key updates.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run aws_iam_access_key_events_notifier_with_multiple_pipelines.pipeline.update_iam_access_key_event \ --arg 'access_keys=<list>'
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.update_iam_access_key_event 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.