samples
turbot/flowpipe-samples/deactivate-expired-aws-iam-access-keys-with-approval
Get Involved
Version
Deactivate IAM Access Key with Approval
Deactivate IAM access key with approval or just send a notification.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run deactivate_expired_aws_iam_access_keys_with_approval.pipeline.deactivate_iam_access_key_with_approval \ --arg 'access_key=<map(string)>' \ --arg 'notifier=<string>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = deactivate_expired_aws_iam_access_keys_with_approval.pipeline.deactivate_iam_access_key_with_approval args = { access_key = <map(string)> notifier = <string> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
access_key | map(string) | Yes | Row data for IAM access key. | - |
notifier | string | Yes | Notifier to use. | - |
Outputs
This pipeline has no outputs.