securityGroups

@JvmName(name = "pqjwvbqlsuqcibjp")
suspend fun securityGroups(value: Output<List<String>>)
@JvmName(name = "gpgiyfcbgenmvblx")
suspend fun securityGroups(value: List<String>)

Parameters

value

A list of the security groups to associate with the elastic network interfaces to control who can communicate with the cluster.


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


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

Parameters

values

A list of the security groups to associate with the elastic network interfaces to control who can communicate with the cluster.