includedPaths

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


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

Parameters

values

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