includedPaths

@JvmName(name = "fecrvbemhxqhygur")
suspend fun includedPaths(value: Output<List<String>>)
@JvmName(name = "sumnavjulddqtxvx")
suspend fun includedPaths(value: List<String>?)

Parameters

value

List of paths to include in the indexing. Required if indexing_mode is Consistent or Lazy.


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


@JvmName(name = "fjobdeqaenlgxctj")
suspend fun includedPaths(values: List<Output<String>>)
@JvmName(name = "bdwdstwifhmhcjdb")
suspend fun includedPaths(vararg values: String)

Parameters

values

List of paths to include in the indexing. Required if indexing_mode is Consistent or Lazy.