standard
turbot/aws_compliance
Get Involved
Version
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
Name | Type | Required | Description | Default |
---|---|---|---|---|
conn | connection.aws | Yes | Name of the AWS connection to be used for any authenticated actions. | connection.aws.default |
user_name | string | Yes | The name of the IAM user. | - |
access_key_id | string | Yes | The access key ID of the IAM user. | - |
Outputs
This pipeline has no outputs.
Tags
category = Compliance
folder = Internal
mod = aws
service = AWS/IAM