inboundServices

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

Parameters

value

A list of the types of messages that this application is able to receive. Each value may be one of: 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 = "ckkjupjyrntntbhu")
suspend fun inboundServices(vararg values: Output<String>)


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

Parameters

values

A list of the types of messages that this application is able to receive. Each value may be one of: 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.