securityGroups

@JvmName(name = "tgxbpuctoajnhqnk")
suspend fun securityGroups(value: Output<List<String>>)
@JvmName(name = "bvaxlyjenjxupjgp")
suspend fun securityGroups(value: List<String>?)

Parameters

value

List of security groups. A group name can be used relative to the default VPC. Otherwise, group ID.


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


@JvmName(name = "jhggtqjqyvnepvpn")
suspend fun securityGroups(values: List<Output<String>>)
@JvmName(name = "egwjgbmkobvddpea")
suspend fun securityGroups(vararg values: String)

Parameters

values

List of security groups. A group name can be used relative to the default VPC. Otherwise, group ID.