library
turbot/aws
Get Involved
Version
Pipeline: List IAM Access Keys
Returns information about the access key IDs associated with the specified IAM user. If no user is specified, the user name defaults to the current user.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run aws.pipeline.list_iam_access_keysUse this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = aws.pipeline.list_iam_access_keys }Params
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| conn | connection.aws | Yes | Name of AWS connection to use. If not provided, the default AWS connection will be used. | connection.aws.default |
| user_name | string | No | The name of the user whose access keys you want to list. | - |
Outputs
| Name | Description |
|---|---|
| access_keys | A list of objects containing metadata about the access keys. |