data class TokenPasswordPassword1Args(val expiry: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<TokenPasswordPassword1Args>
The expiration date of the password in RFC3339 format. If not specified, the password never expires. Changing this forces a new resource to be created.