DbClusterDbClusterAccessWhiteListArgs

data class DbClusterDbClusterAccessWhiteListArgs(val dbClusterIpArrayAttribute: Output<String>? = null, val dbClusterIpArrayName: Output<String>? = null, val securityIpList: Output<String>? = null) : ConvertibleToJava<DbClusterDbClusterAccessWhiteListArgs>

Constructors

Link copied to clipboard
constructor(dbClusterIpArrayAttribute: Output<String>? = null, dbClusterIpArrayName: Output<String>? = null, securityIpList: Output<String>? = null)

Properties

Link copied to clipboard
val dbClusterIpArrayAttribute: Output<String>? = null

Field db_cluster_ip_array_attribute has been removed from provider.

Link copied to clipboard
val dbClusterIpArrayName: Output<String>? = null

Whitelist group name.

Link copied to clipboard
val securityIpList: Output<String>? = null

The IP address list under the whitelist group.

Functions

Link copied to clipboard
open override fun toJava(): DbClusterDbClusterAccessWhiteListArgs