adminPassword

@JvmName(name = "hscepfejyippsthy")
suspend fun adminPassword(value: Output<String>)
@JvmName(name = "fxnlvbplafrcwvgr")
suspend fun adminPassword(value: String?)

Parameters

value

AdminPassword - Specifies the password of the administrator account.

Minimum-length: 8 characters

Max-length: 123 characters

Complexity requirements: 3 out of 4 conditions below need to be fulfilled
Has lower characters
Has upper characters
Has a digit
Has a special character (Regex match \W_)

Disallowed values: "abc@123", "P@$$w0rd", "P@ssw0rd", "P@ssword123", "Pa$$word", "pass@word1", "Password!", "Password1", "Password22", "iloveyou!"