indexes

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


@JvmName(name = "kuujgdxdlgvyohrg")
suspend fun indexes(values: List<Output<FieldIndexConfigIndexArgs>>)
@JvmName(name = "tdilwcuihnwvrhln")
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 = "ehccpcxlucjwsfim")
suspend fun indexes(argument: List<suspend FieldIndexConfigIndexArgsBuilder.() -> Unit>)
@JvmName(name = "jsytolsghpirywma")
suspend fun indexes(vararg argument: suspend FieldIndexConfigIndexArgsBuilder.() -> Unit)
@JvmName(name = "ivqcyexjhnecsprk")
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.