library
turbot/aws
OverviewPipelines
0
Triggers
0
Variables
GitHub

Pipeline: 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
conn
connection.aws
YesName of AWS connection to use. If not provided, the default AWS connection will be used.connection.aws.default
minimum_password_length
number
NoThe minimum length of the password.-
require_symbols
bool
NoSpecifies whether to require symbols in the password.-
require_numbers
bool
NoSpecifies whether to require numbers in the password.-
require_uppercase_characters
bool
NoSpecifies whether to require uppercase characters in the password.-
require_lowercase_characters
bool
NoSpecifies whether to require lowercase characters in the password.-
allow_users_to_change_password
bool
NoAllows users to change their own password.-
max_password_age
number
NoThe number of days that an user password is valid.-
password_reuse_prevention
number
NoPrevents the reuse of the specified number of previous passwords.-

Outputs

This pipeline has no outputs.