excludedPaths

@JvmName(name = "mqnxdonwarnfqhav")
suspend fun excludedPaths(value: Output<List<String>>)
@JvmName(name = "rwjmhskefmcvgdnn")
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 = "xcajpsfkgskrkapk")
suspend fun excludedPaths(vararg values: Output<String>)


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

Parameters

values

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