urlInclusionPatterns

@JvmName(name = "imbfpykcdvrynswo")
suspend fun urlInclusionPatterns(value: Output<List<String>>)
@JvmName(name = "cmlsggacvhmtbyfn")
suspend fun urlInclusionPatterns(value: List<String>?)

Parameters

value

A list of regular expression patterns to include certain URLs to crawl. URLs that match the patterns are included in the index. URLs that don't match the patterns are excluded from the index. If a URL matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the URL file isn't included in the index.


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


@JvmName(name = "ypdyaqianpjokldw")
suspend fun urlInclusionPatterns(values: List<Output<String>>)
@JvmName(name = "iaheneprlnjpnbih")
suspend fun urlInclusionPatterns(vararg values: String)

Parameters

values

A list of regular expression patterns to include certain URLs to crawl. URLs that match the patterns are included in the index. URLs that don't match the patterns are excluded from the index. If a URL matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the URL file isn't included in the index.