library
turbot/aws
OverviewPipelines
0
Triggers
0
Variables
GitHub

Create IAM Access Key

Creates a new AWS access key and secret for an IAM user.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws.pipeline.create_iam_access_key \
--arg 'user_name=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = aws.pipeline.create_iam_access_key
args = {
user_name = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesdefault
user_namestringYesThe name of the IAM user to create the access key for.-

Outputs

NameDescription
access_keyA structure with details about the new Access Keys.