library
turbot/aws
OverviewPipelines
0
Triggers
0
Variables
GitHub

Update IAM Account Password Policy

Updates the account password policy for the AWS account.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws.pipeline.update_iam_account_password_policy

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = aws.pipeline.update_iam_account_password_policy
}

Params

NameTypeRequiredDescriptionDefault
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
minimum_password_lengthnumberNoThe minimum length of the password.-
require_symbolsboolNoSpecifies whether to require symbols in the password.-
require_numbersboolNoSpecifies whether to require numbers in the password.-
require_uppercase_charactersboolNoSpecifies whether to require uppercase characters in the password.-
require_lowercase_charactersboolNoSpecifies whether to require lowercase characters in the password.-
allow_users_to_change_passwordboolNoAllows users to change their own password.-
max_password_agenumberNoThe number of days that an user password is valid.-
password_reuse_preventionnumberNoPrevents the reuse of the specified number of previous passwords.-

Outputs

This pipeline has no outputs.