aws.iam.get_account_password_policy
Example SQL Queries
SELECT * FROMaws.iam.get_account_password_policy;Description
Retrieves the password policy for the Amazon Web Services account. This tells you the complexity requirements and mandatory rotation periods for the IAM user passwords in your account. For more information about using a password policy, see Managing an IAM password policy.
Table Definition
| Column Name | Column Data Type |
|---|---|
| password_policy A structure that contains details about the account's password policy. | STRUCT( |
Show child fields
| |