indexes

@JvmName(name = "gdqkyfxtghigyfdb")
suspend fun indexes(value: Output<List<FieldIndexConfigIndexArgs>>)
@JvmName(name = "uhmoxbnygvcqietv")
suspend fun indexes(value: List<FieldIndexConfigIndexArgs>?)

Parameters

value

The indexes to configure on the field. Order or array contains must be specified. Structure is documented below.


@JvmName(name = "nrusurgtiofluqto")
suspend fun indexes(vararg values: Output<FieldIndexConfigIndexArgs>)


@JvmName(name = "tcrfboufphtonalg")
suspend fun indexes(values: List<Output<FieldIndexConfigIndexArgs>>)
@JvmName(name = "xmkacatavpvivfvt")
suspend fun indexes(vararg values: FieldIndexConfigIndexArgs)

Parameters

values

The indexes to configure on the field. Order or array contains must be specified. Structure is documented below.


@JvmName(name = "gittgwwaeremnvbf")
suspend fun indexes(argument: List<suspend FieldIndexConfigIndexArgsBuilder.() -> Unit>)
@JvmName(name = "glqaivngftsacbsr")
suspend fun indexes(vararg argument: suspend FieldIndexConfigIndexArgsBuilder.() -> Unit)
@JvmName(name = "gqqmbgucjhbxccnq")
suspend fun indexes(argument: suspend FieldIndexConfigIndexArgsBuilder.() -> Unit)

Parameters

argument

The indexes to configure on the field. Order or array contains must be specified. Structure is documented below.