library
turbot/aws
OverviewPipelines
0
Triggers
0
Variables
GitHub

List IAM Users

Lists the IAM users that have the specified path prefix. If no path prefix is specified, the operation returns all users in the Amazon Web Services account.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws.pipeline.list_iam_users

Use this pipeline

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

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

Params

NameTypeRequiredDescriptionDefault
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
path_prefixstringNoThe path prefix for filtering the results. For example: /division_abc/subdivision_xyz/ , which would get all user names whose path starts with /division_abc/subdivision_xyz/ .-

Outputs

NameDescription
usersA list of users.