library
turbot/aws
OverviewPipelines
0
Triggers
0
Variables
GitHub

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_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
conn
connection.aws
YesName of AWS connection to use. If not provided, the default AWS connection will be used.connection.aws.default
user_name
string
NoThe name of the user whose access keys you want to list.-

Outputs

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