AmqpFunctions

Functions

Link copied to clipboard

This data source provides the Amqp Bindings of the current Alibaba Cloud user.

suspend fun getBindings(argument: suspend GetBindingsPlainArgsBuilder.() -> Unit): GetBindingsResult
suspend fun getBindings(instanceId: String, outputFile: String? = null, virtualHostName: String): GetBindingsResult
Link copied to clipboard

This data source provides the Amqp Exchanges of the current Alibaba Cloud user.

suspend fun getExchanges(ids: List<String>? = null, instanceId: String, nameRegex: String? = null, outputFile: String? = null, virtualHostName: String): GetExchangesResult
Link copied to clipboard

This data source provides the Amqp Instances of the current Alibaba Cloud user.

suspend fun getInstances(enableDetails: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, status: String? = null): GetInstancesResult
Link copied to clipboard

This data source provides the Amqp Queues of the current Alibaba Cloud user.

suspend fun getQueues(argument: suspend GetQueuesPlainArgsBuilder.() -> Unit): GetQueuesResult
suspend fun getQueues(ids: List<String>? = null, instanceId: String, nameRegex: String? = null, outputFile: String? = null, virtualHostName: String): GetQueuesResult
Link copied to clipboard

This data source provides Amqp Static Account available to the user.What is Static Account

suspend fun getStaticAccounts(ids: List<String>? = null, instanceId: String? = null, outputFile: String? = null): GetStaticAccountsResult
Link copied to clipboard

This data source provides the Amqp Virtual Hosts of the current Alibaba Cloud user.

suspend fun getVirtualHosts(ids: List<String>? = null, instanceId: String, nameRegex: String? = null, outputFile: String? = null): GetVirtualHostsResult