domainList

@JvmName(name = "kficmacpkwhhofsx")
suspend fun domainList(value: Output<List<String>>)
@JvmName(name = "ygvcutkiggfouvai")
suspend fun domainList(value: List<String>?)

Parameters

value

The top-level internet domain names for which your application has administrative authority. The CreateAppMonitor requires either the domain or the domain list.


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


@JvmName(name = "yafrjcqkwiosbavi")
suspend fun domainList(values: List<Output<String>>)
@JvmName(name = "frogutpqyagbblmh")
suspend fun domainList(vararg values: String)

Parameters

values

The top-level internet domain names for which your application has administrative authority. The CreateAppMonitor requires either the domain or the domain list.