inboundServices

@JvmName(name = "goibbxwbacbuccvb")
suspend fun inboundServices(value: Output<List<String>>)
@JvmName(name = "hutfgvvammubvhlv")
suspend fun inboundServices(value: List<String>?)

Parameters

value

A list of the types of messages that this application is able to receive. Possible values: "INBOUND_SERVICE_MAIL", "INBOUND_SERVICE_MAIL_BOUNCE", "INBOUND_SERVICE_XMPP_ERROR", "INBOUND_SERVICE_XMPP_MESSAGE", "INBOUND_SERVICE_XMPP_SUBSCRIBE", "INBOUND_SERVICE_XMPP_PRESENCE", "INBOUND_SERVICE_CHANNEL_PRESENCE", "INBOUND_SERVICE_WARMUP"


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


@JvmName(name = "mdryynprdtrthxpr")
suspend fun inboundServices(values: List<Output<String>>)
@JvmName(name = "vbvtkvpdlkqtsdxo")
suspend fun inboundServices(vararg values: String)

Parameters

values

A list of the types of messages that this application is able to receive. Possible values: "INBOUND_SERVICE_MAIL", "INBOUND_SERVICE_MAIL_BOUNCE", "INBOUND_SERVICE_XMPP_ERROR", "INBOUND_SERVICE_XMPP_MESSAGE", "INBOUND_SERVICE_XMPP_SUBSCRIBE", "INBOUND_SERVICE_XMPP_PRESENCE", "INBOUND_SERVICE_CHANNEL_PRESENCE", "INBOUND_SERVICE_WARMUP"