standard
turbot/aws_compliance

Pipeline: Update IAM account password policy number requirement

Updates the account password policy number requirement for the AWS account.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws_compliance.pipeline.update_iam_account_password_policy_number \
--arg 'require_numbers=<bool>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = aws_compliance.pipeline.update_iam_account_password_policy_number
args = {
require_numbers = <bool>
}
}

Params

NameTypeRequiredDescriptionDefault
conn
connection.aws
YesName of the AWS connection to be used for any authenticated actions.connection.aws.default
require_numbers
bool
YesSpecifies whether to require numbers in the password.-

Outputs

This pipeline has no outputs.

Tags

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