library
turbot/aws
OverviewPipelines
0
Triggers
0
Variables
GitHub

Pipeline: Delete IAM Role

Deletes an IAM role.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws.pipeline.delete_iam_role \
--arg 'role_name=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = aws.pipeline.delete_iam_role
args = {
role_name = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
conn
connection.aws
YesName of AWS connection to use. If not provided, the default AWS connection will be used.connection.aws.default
role_name
string
YesThe name of the role to delete.-

Outputs

This pipeline has no outputs.