securityGroupIds

@JvmName(name = "fbdnyeyinitdlxpr")
suspend fun securityGroupIds(value: Output<List<String>>)
@JvmName(name = "vtlblsixcnkelkrw")
suspend fun securityGroupIds(value: List<String>?)

Parameters

value

The ID of the security group. Separate multiple security groups with commas (,). You can add a maximum of three security groups to a cluster.

NOTE: Because of data backup and migration, change DB cluster type and storage would cost 15~20 minutes. Please make full preparation before changing them.


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


@JvmName(name = "rydgnmpumxidywdt")
suspend fun securityGroupIds(values: List<Output<String>>)
@JvmName(name = "cqgewfphbmhbdrcv")
suspend fun securityGroupIds(vararg values: String)

Parameters

values

The ID of the security group. Separate multiple security groups with commas (,). You can add a maximum of three security groups to a cluster.

NOTE: Because of data backup and migration, change DB cluster type and storage would cost 15~20 minutes. Please make full preparation before changing them.