contactProtocols

@JvmName(name = "pyddncsmscrpuqgh")
suspend fun contactProtocols(value: Output<List<String>>)
@JvmName(name = "jddljtqbqibkyrjg")
suspend fun contactProtocols(value: List<String>?)

Parameters

value

The contact protocols to use for the alarm, such as Email, SMS (text messaging), or both.


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


@JvmName(name = "jlokxklfwmyfncva")
suspend fun contactProtocols(values: List<Output<String>>)
@JvmName(name = "ckpdnvsslwpcmfst")
suspend fun contactProtocols(vararg values: String)

Parameters

values

The contact protocols to use for the alarm, such as Email, SMS (text messaging), or both.