Cluster Db Cluster Ip Array Args
data class ClusterDbClusterIpArrayArgs(val dbClusterIpArrayName: Output<String>? = null, val modifyMode: Output<String>? = null, val securityIps: Output<List<String>>? = null) : ConvertibleToJava<ClusterDbClusterIpArrayArgs>
Constructors
Link copied to clipboard
fun ClusterDbClusterIpArrayArgs(dbClusterIpArrayName: Output<String>? = null, modifyMode: Output<String>? = null, securityIps: Output<List<String>>? = null)
Functions
Properties
Link copied to clipboard
The name of the IP whitelist group. The group name must be 2 to 120 characters in length and consists of lowercase letters and digits. It must start with a letter, and end with a letter or a digit. NOTE: If the specified whitelist group name does not exist, the whitelist group is created. If the specified whitelist group name exists, the whitelist group is modified. If you do not specify this parameter, the default group is modified. You can create a maximum of 50 IP whitelist groups for a cluster.