library
turbot/aws
OverviewPipelines
0
Triggers
0
Variables
GitHub

Delete IAM Access Key

Deletes an IAM access key.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws.pipeline.delete_iam_access_key \
--arg 'access_key_id=<string>' \
--arg 'user_name=<string>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = aws.pipeline.delete_iam_access_key
args = {
access_key_id = <string>
user_name = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
access_key_idstringYesThe access key ID for the access key ID you want to delete.-
credstringYesdefault
user_namestringYesThe name of the user whose access key you want to delete.-

Outputs

This pipeline has no outputs.