favoritePages

@JvmName(name = "vryccennjtfvsqgu")
suspend fun favoritePages(value: Output<List<String>>)
@JvmName(name = "cleyqynxmcrgmagv")
suspend fun favoritePages(value: List<String>?)

Parameters

value

A list of pages in the RUM console that are to be displayed with a favorite icon.


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


@JvmName(name = "gjowngtutmexuvrd")
suspend fun favoritePages(values: List<Output<String>>)
@JvmName(name = "trwvimenrfwhvkyv")
suspend fun favoritePages(vararg values: String)

Parameters

values

A list of pages in the RUM console that are to be displayed with a favorite icon.