excludedPaths

@JvmName(name = "jsfakrvspflliemf")
suspend fun excludedPaths(value: Output<List<String>>)
@JvmName(name = "okojovxakwhksatt")
suspend fun excludedPaths(value: List<String>?)

Parameters

value

List of paths to exclude from indexing. Required if indexing_mode is Consistent or Lazy.


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


@JvmName(name = "bhvqwwtskuyraiwu")
suspend fun excludedPaths(values: List<Output<String>>)
@JvmName(name = "omiqyvrkowdilqyr")
suspend fun excludedPaths(vararg values: String)

Parameters

values

List of paths to exclude from indexing. Required if indexing_mode is Consistent or Lazy.