library
turbot/aws
OverviewPipelines
0
Triggers
0
Variables
GitHub

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_keys

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = aws.pipeline.list_iam_access_keys
}

Params

NameTypeRequiredDescriptionDefault
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
user_namestringNoThe name of the user whose access keys you want to list.-

Outputs

NameDescription
access_keysA list of objects containing metadata about the access keys.