includedPages

@JvmName(name = "hwkfupxpksjxmcmd")
suspend fun includedPages(value: Output<List<String>>)
@JvmName(name = "fkskjkybgvwbrrce")
suspend fun includedPages(value: List<String>?)

Parameters

value

If this app monitor is to collect data from only certain pages in your application, this structure lists those pages. You can't include both ExcludedPages and IncludedPages in the same operation.


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


@JvmName(name = "sefttsmyptllperw")
suspend fun includedPages(values: List<Output<String>>)
@JvmName(name = "mwbfxugoticdmrqt")
suspend fun includedPages(vararg values: String)

Parameters

values

If this app monitor is to collect data from only certain pages in your application, this structure lists those pages. You can't include both ExcludedPages and IncludedPages in the same operation.