Rds Clone Db Instance Pg Hba Conf Args
data class RdsCloneDbInstancePgHbaConfArgs(val address: Output<String>, val database: Output<String>, val mask: Output<String>? = null, val method: Output<String>, val option: Output<String>? = null, val priorityId: Output<Int>, val type: Output<String>, val user: Output<String>) : ConvertibleToJava<RdsCloneDbInstancePgHbaConfArgs>
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
Optional. The value of this parameter is based on the value of the HbaItem.N.Method parameter. In this topic, LDAP is used as an example. You must configure this parameter. For more information, see Authentication Methods.
Link copied to clipboard
The priority of an AD domain. If you set this parameter to 0, the AD domain has the highest priority. Valid values: 0 to 10000. This parameter is used to identify each AD domain. When you add an AD domain, the value of the PriorityId parameter of the new AD domain cannot be the same as the value of the PriorityId parameter for any existing AD domain. When you modify or delete an AD domain, you must also modify or delete the value of the PriorityId parameter for this AD domain.