Message Functions
object MessageFunctions
Functions
Link copied to clipboard
This data source provides the Message Notification Service Queues of the current Alibaba Cloud user.
suspend fun getServiceQueues(argument: suspend GetServiceQueuesPlainArgsBuilder.() -> Unit): GetServiceQueuesResult
suspend fun getServiceQueues(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, queueName: String? = null): GetServiceQueuesResult
Link copied to clipboard
suspend fun getServiceSubscriptions(argument: GetServiceSubscriptionsPlainArgs): GetServiceSubscriptionsResult
This data source provides the Message Notification Service Subscriptions of the current Alibaba Cloud user.
suspend fun getServiceSubscriptions(argument: suspend GetServiceSubscriptionsPlainArgsBuilder.() -> Unit): GetServiceSubscriptionsResult
suspend fun getServiceSubscriptions(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, subscriptionName: String? = null, topicName: String): GetServiceSubscriptionsResult
Link copied to clipboard
This data source provides the Message Notification Service Topics of the current Alibaba Cloud user.
suspend fun getServiceTopics(argument: suspend GetServiceTopicsPlainArgsBuilder.() -> Unit): GetServiceTopicsResult
suspend fun getServiceTopics(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, topicName: String? = null): GetServiceTopicsResult