vpcSecurityGroups

@JvmName(name = "cnmyfxafmmrbxndv")
suspend fun vpcSecurityGroups(value: Output<List<String>>)
@JvmName(name = "nqdjpvdnuxihwfab")
suspend fun vpcSecurityGroups(value: List<String>?)

Parameters

value

A list of the VPC security group IDs to assign to the DB instance. The list can include both the physical IDs of existing VPC security groups and references to AWS::EC2::SecurityGroup resources created in the template.


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


@JvmName(name = "kgriroavqpedpwnb")
suspend fun vpcSecurityGroups(values: List<Output<String>>)
@JvmName(name = "usiwfynovpehmrxa")
suspend fun vpcSecurityGroups(vararg values: String)

Parameters

values

A list of the VPC security group IDs to assign to the DB instance. The list can include both the physical IDs of existing VPC security groups and references to AWS::EC2::SecurityGroup resources created in the template.