standard
turbot/aws_compliance

Pipeline: Deactivate IAM user access Key

Deactivates the IAM user's access key.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws_compliance.pipeline.deactivate_user_access_key \
--arg 'user_name=<string>' \
--arg 'access_key_id=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = aws_compliance.pipeline.deactivate_user_access_key
args = {
user_name = <string>
access_key_id = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
conn
connection.aws
YesName of the AWS connection to be used for any authenticated actions.connection.aws.default
user_name
string
YesThe name of the IAM user.-
access_key_id
string
YesThe access key ID of the IAM user.-

Outputs

This pipeline has no outputs.

Tags

category = Compliance
folder = Internal
mod = aws
service = AWS/IAM