standard
turbot/aws_compliance

Pipeline: Delete user inline policy

Deletes the specified inline policy from the specified IAM user.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws_compliance.pipeline.delete_user_inline_policy \
--arg 'user_name=<string>' \
--arg 'inline_policy_name=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = aws_compliance.pipeline.delete_user_inline_policy
args = {
user_name = <string>
inline_policy_name = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
conn
connection.aws
YesName of the AWS connection to be used for any authenticated actions.connection.aws.default
user_name
string
YesThe name of the IAM user from which to delete the policy.-
inline_policy_name
string
YesThe name of the inline policy to delete.-

Outputs

This pipeline has no outputs.

Tags

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