securityIps

@JvmName(name = "kvhlthitphbfrlpt")
suspend fun securityIps(value: Output<List<String>>)
@JvmName(name = "tjqrllqpeoekrmyg")
suspend fun securityIps(value: List<String>?)

Parameters

value

List of IP addresses allowed to access all databases of an cluster. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is 1,32).


@JvmName(name = "llnmgvquucysmyon")
suspend fun securityIps(vararg values: Output<String>)


@JvmName(name = "ixxsthgifpwasjki")
suspend fun securityIps(values: List<Output<String>>)
@JvmName(name = "gfedptvxgnclehbe")
suspend fun securityIps(vararg values: String)

Parameters

values

List of IP addresses allowed to access all databases of an cluster. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is 1,32).