includedPaths

@JvmName(name = "ecnmvwpanynanpsx")
suspend fun includedPaths(value: Output<List<String>>)
@JvmName(name = "lhvmaamjatjfffbf")
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 = "euchcrjgtnymbtib")
suspend fun includedPaths(vararg values: Output<String>)


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

Parameters

values

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