AwsIamPasswordPolicyPropertiesArgs

data class AwsIamPasswordPolicyPropertiesArgs(val allowUsersToChangePassword: Output<Boolean>? = null, val expirePasswords: Output<Boolean>? = null, val hardExpiry: Output<Boolean>? = null, val maxPasswordAge: Output<Int>? = null, val minimumPasswordLength: Output<Int>? = null, val passwordReusePrevention: Output<Int>? = null, val requireLowercaseCharacters: Output<Boolean>? = null, val requireNumbers: Output<Boolean>? = null, val requireSymbols: Output<Boolean>? = null, val requireUppercaseCharacters: Output<Boolean>? = null) : ConvertibleToJava<AwsIamPasswordPolicyPropertiesArgs>

Definition of awsIamPasswordPolicy

Constructors

Link copied to clipboard
constructor(allowUsersToChangePassword: Output<Boolean>? = null, expirePasswords: Output<Boolean>? = null, hardExpiry: Output<Boolean>? = null, maxPasswordAge: Output<Int>? = null, minimumPasswordLength: Output<Int>? = null, passwordReusePrevention: Output<Int>? = null, requireLowercaseCharacters: Output<Boolean>? = null, requireNumbers: Output<Boolean>? = null, requireSymbols: Output<Boolean>? = null, requireUppercaseCharacters: Output<Boolean>? = null)

Properties

Link copied to clipboard
val allowUsersToChangePassword: Output<Boolean>? = null

Specifies whether IAM users are allowed to change their own password. Gives IAM users permissions to iam:ChangePassword for only their user and to the iam:GetAccountPasswordPolicy action. This option does not attach a permissions policy to each user, rather the permissions are applied at the account-level for all users by IAM.

Link copied to clipboard
val expirePasswords: Output<Boolean>? = null

Indicates whether passwords in the account expire. Returns true if MaxPasswordAge contains a value greater than 0. Returns false if MaxPasswordAge is 0 or not present.

Link copied to clipboard
val hardExpiry: Output<Boolean>? = null

Specifies whether IAM users are prevented from setting a new password via the Amazon Web Services Management Console after their password has expired. The IAM user cannot access the console until an administrator resets the password. IAM users with iam:ChangePassword permission and active access keys can reset their own expired console password using the CLI or API.

Link copied to clipboard
val maxPasswordAge: Output<Int>? = null

The number of days that an IAM user password is valid.

Link copied to clipboard
val minimumPasswordLength: Output<Int>? = null

Minimum length to require for IAM user passwords.

Link copied to clipboard
val passwordReusePrevention: Output<Int>? = null

Specifies the number of previous passwords that IAM users are prevented from reusing.

Link copied to clipboard
val requireLowercaseCharacters: Output<Boolean>? = null

Specifies whether IAM user passwords must contain at least one lowercase character (a to z).

Link copied to clipboard
val requireNumbers: Output<Boolean>? = null

Specifies whether IAM user passwords must contain at least one numeric character (0 to 9).

Link copied to clipboard
val requireSymbols: Output<Boolean>? = null

Specifies whether IAM user passwords must contain at least one of the following symbols:

! @ # $ % ^ & * ( ) _ + - = [ ] { } | '

Link copied to clipboard
val requireUppercaseCharacters: Output<Boolean>? = null

Specifies whether IAM user passwords must contain at least one uppercase character (A to Z).

Functions

Link copied to clipboard
open override fun toJava(): AwsIamPasswordPolicyPropertiesArgs