indexFields

@JvmName(name = "ydaphvdpmffmafth")
suspend fun indexFields(value: Output<List<DomainIndexFieldArgs>>)
@JvmName(name = "svxdqlydduoqfprp")
suspend fun indexFields(value: List<DomainIndexFieldArgs>?)

Parameters

value

The index fields for documents added to the domain. Documented below.


@JvmName(name = "triqoorruoyeevgx")
suspend fun indexFields(vararg values: Output<DomainIndexFieldArgs>)


@JvmName(name = "itbfgbbqhkljwxsy")
suspend fun indexFields(values: List<Output<DomainIndexFieldArgs>>)
@JvmName(name = "swftnrxlafflbaoa")
suspend fun indexFields(vararg values: DomainIndexFieldArgs)

Parameters

values

The index fields for documents added to the domain. Documented below.


@JvmName(name = "berphlkerhlnkthu")
suspend fun indexFields(argument: List<suspend DomainIndexFieldArgsBuilder.() -> Unit>)
@JvmName(name = "jnodwdkyxebhgmcf")
suspend fun indexFields(vararg argument: suspend DomainIndexFieldArgsBuilder.() -> Unit)
@JvmName(name = "dkcgnlbgiwbdqbrl")
suspend fun indexFields(argument: suspend DomainIndexFieldArgsBuilder.() -> Unit)

Parameters

argument

The index fields for documents added to the domain. Documented below.