securityGroups

@JvmName(name = "hqssakiortcqatyf")
suspend fun securityGroups(value: Output<List<String>>)
@JvmName(name = "nfvmbpocixpopgdi")
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 = "dcvtihtbttejfbdg")
suspend fun securityGroups(vararg values: Output<String>)


@JvmName(name = "uwqvkocprrurnexc")
suspend fun securityGroups(values: List<Output<String>>)
@JvmName(name = "oitcmkdpngsomdcc")
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.