library
turbot/aws
Get Involved
Version
Pipeline: 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
Name | Type | Required | Description | Default |
---|---|---|---|---|
conn | connection.aws | Yes | Name of AWS connection to use. If not provided, the default AWS connection will be used. | connection.aws.default |
user_name | string | Yes | The name of the IAM user to create the access key for. | - |
Outputs
Name | Description |
---|---|
access_key | A structure with details about the new Access Keys. |