domainList

@JvmName(name = "tbclfbxiunylgxuu")
suspend fun domainList(value: Output<List<String>>)
@JvmName(name = "kqkjcmkgnwddkbho")
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 = "uqxrwdpwnoxjlonk")
suspend fun domainList(vararg values: Output<String>)


@JvmName(name = "wtilfefcikauihwk")
suspend fun domainList(values: List<Output<String>>)
@JvmName(name = "nrxikbpxvfskweip")
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.