excludedPaths

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


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

Parameters

values

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