securityGroupIds

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

Parameters

value

Optional. The IDs of additional security groups to add to nodes in this pool. The manager will automatically create security groups with minimum rules needed for a functioning cluster.


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


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

Parameters

values

Optional. The IDs of additional security groups to add to nodes in this pool. The manager will automatically create security groups with minimum rules needed for a functioning cluster.