standard
turbot/aws_compliance

Pipeline: Create IAM account support role

Creates a new support role for your Amazon Web Services account.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws_compliance.pipeline.create_iam_account_support_role \
--arg 'conn=<connection.aws>' \
--arg 'support_role_name=<string>' \
--arg 'user_arn=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = aws_compliance.pipeline.create_iam_account_support_role
args = {
conn = <connection.aws>
support_role_name = <string>
user_arn = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
conn
connection.aws
YesName of the AWS connection to be used for any authenticated actions.-
support_role_name
string
YesSpecifies the IAM support role that will be created.-
user_arn
string
YesSpecifies the IAM user to be used for creating the support role.-

Outputs

This pipeline has no outputs.

Tags

category = Compliance
folder = Internal
mod = aws
service = AWS/IAM