MessageFunctions

Functions

Link copied to clipboard

This data source provides the Message Notification Service Queues of the current Alibaba Cloud user.

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

This data source provides the Message Notification Service Subscriptions of the current Alibaba Cloud user.

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(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, topicName: String? = null): GetServiceTopicsResult