samples
turbot/flowpipe-samples/deactivate-expired-aws-iam-access-keys-with-approval

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

NameTypeRequiredDescriptionDefault
access_keyslist(any)YesRow data for IAM access keys.-
notifierstringYesNotifier to use.default

Outputs

This pipeline has no outputs.