library
turbot/aws
Get Involved
Version
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
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 |
role_name | string | Yes | The name of the role to delete. | - |
Outputs
This pipeline has no outputs.