indexes

@JvmName(name = "wgkxxwljobapgcaj")
suspend fun indexes(value: Output<List<FieldIndexConfigIndexArgs>>)
@JvmName(name = "dlhfxgyvoppbmjsb")
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 = "povejfarbofpnsxn")
suspend fun indexes(vararg values: Output<FieldIndexConfigIndexArgs>)


@JvmName(name = "ulfhchthfpxnxvoi")
suspend fun indexes(values: List<Output<FieldIndexConfigIndexArgs>>)
@JvmName(name = "flhrtgvwlpqvirfw")
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 = "idhebmceaagfipqy")
suspend fun indexes(argument: List<suspend FieldIndexConfigIndexArgsBuilder.() -> Unit>)
@JvmName(name = "goehchstebnjqlrt")
suspend fun indexes(vararg argument: suspend FieldIndexConfigIndexArgsBuilder.() -> Unit)
@JvmName(name = "cykrbsqfuejtfpjn")
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.