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

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 of 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 of string>
notifier = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
access_keymap of stringYesRow data for IAM access key.-
notifierstringYesNotifier to use.-

Outputs

This pipeline has no outputs.