excludedPages

@JvmName(name = "ntlwjfbxoockyygr")
suspend fun excludedPages(value: Output<List<String>>)
@JvmName(name = "ldwxgvqroeedbknp")
suspend fun excludedPages(value: List<String>?)

Parameters

value

A list of URLs in your website or application to exclude from RUM data collection. You can't include both ExcludedPages and IncludedPages in the same operation.


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


@JvmName(name = "dwurdjabfnwqvvcm")
suspend fun excludedPages(values: List<Output<String>>)
@JvmName(name = "rjxsqrrkkasiwsgt")
suspend fun excludedPages(vararg values: String)

Parameters

values

A list of URLs in your website or application to exclude from RUM data collection. You can't include both ExcludedPages and IncludedPages in the same operation.