notificationEndpoints

@JvmName(name = "jdqmvbvevhywmnfj")
suspend fun notificationEndpoints(value: Output<List<String>>)
@JvmName(name = "umglsnvueqtdpmkb")
suspend fun notificationEndpoints(value: List<String>?)

Parameters

value

A list of URLs to the NotificationEndpoint resources. Must not have more than 10. A list of endpoints for receiving notifications of change in health status. For regional HealthCheckService, NotificationEndpoint must be regional and in the same region. For global HealthCheckService, NotificationEndpoint must be global.


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


@JvmName(name = "pkapdaebdenbahvy")
suspend fun notificationEndpoints(values: List<Output<String>>)
@JvmName(name = "tudlfyndojfpjoyn")
suspend fun notificationEndpoints(vararg values: String)

Parameters

values

A list of URLs to the NotificationEndpoint resources. Must not have more than 10. A list of endpoints for receiving notifications of change in health status. For regional HealthCheckService, NotificationEndpoint must be regional and in the same region. For global HealthCheckService, NotificationEndpoint must be global.