names

@JvmName(name = "yspxwfqgakniqobf")
suspend fun names(value: Output<List<String>>)
@JvmName(name = "cpwqkxsfjdpictow")
suspend fun names(value: List<String>)

Parameters

value

Array of size specified by the ‘count’ parameter, for the names of the partitions.


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


@JvmName(name = "uwbmmodcvihwoiec")
suspend fun names(values: List<Output<String>>)
@JvmName(name = "efyjsrxbjveujapw")
suspend fun names(vararg values: String)

Parameters

values

Array of size specified by the ‘count’ parameter, for the names of the partitions.