samples
turbot/flowpipe-samples/deactivate-expired-aws-iam-access-keys-with-approval
Get Involved
Version
Deactivate Expired IAM Access Keys with Approval
For expired IAM access keys, use row data to deactivate with approval or escalate.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run deactivate_expired_aws_iam_access_keys_with_approval.pipeline.deactivate_expired_iam_access_keys_with_approval \ --arg 'access_keys=<list(any)>'
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_expired_iam_access_keys_with_approval args = { access_keys = <list(any)> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
access_keys | list(any) | Yes | Row data for IAM access keys. | - |
notifier | string | Yes | Notifier to use. | default |
Outputs
This pipeline has no outputs.