library
turbot/aws
OverviewPipelines
0
Triggers
0
Variables
GitHub

Pipeline: Test List IAM Users

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws.pipeline.test_list_iam_users

Use this pipeline

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

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

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
YesThe name of the user to create.flowpipe-test-83052dc2-eca4-c20e-a4a3-2ef2662ad858

Outputs

NameDescription
test_resultTest results for each step.

Tags

folder = Tests