dbSecurityGroups

@JvmName(name = "iaidbjtipnmlfjwt")
suspend fun dbSecurityGroups(value: Output<List<String>>)
@JvmName(name = "dlstiribiryitbgc")
suspend fun dbSecurityGroups(value: List<String>?)

Parameters

value

A list of the DB security groups to assign to the DB instance. The list can include both the name of existing DB security groups or references to AWS::RDS::DBSecurityGroup resources created in the template.


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


@JvmName(name = "gvjoiailfdsdgpmc")
suspend fun dbSecurityGroups(values: List<Output<String>>)
@JvmName(name = "kolbkwcvonabpnob")
suspend fun dbSecurityGroups(vararg values: String)

Parameters

values

A list of the DB security groups to assign to the DB instance. The list can include both the name of existing DB security groups or references to AWS::RDS::DBSecurityGroup resources created in the template.