urlExclusionPatterns

@JvmName(name = "gfgjvkvjtexbpudu")
suspend fun urlExclusionPatterns(value: Output<List<String>>)
@JvmName(name = "htnavtonyqtqqyev")
suspend fun urlExclusionPatterns(value: List<String>?)

Parameters

value

A list of regular expression patterns to exclude certain URLs to crawl. URLs that match the patterns are excluded from the index. URLs that don't match the patterns are included in 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. Array Members: Minimum number of 0 items. Maximum number of 100 items. Length Constraints: Minimum length of 1. Maximum length of 150.


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


@JvmName(name = "yefuiowweyiblgts")
suspend fun urlExclusionPatterns(values: List<Output<String>>)
@JvmName(name = "rrpcjfalhwrcqewc")
suspend fun urlExclusionPatterns(vararg values: String)

Parameters

values

A list of regular expression patterns to exclude certain URLs to crawl. URLs that match the patterns are excluded from the index. URLs that don't match the patterns are included in 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. Array Members: Minimum number of 0 items. Maximum number of 100 items. Length Constraints: Minimum length of 1. Maximum length of 150.