DtsFunctions

Functions

Link copied to clipboard

This data source provides the Dts Consumer Channels of the current Alibaba Cloud user.

suspend fun getConsumerChannels(dtsInstanceId: String, ids: List<String>? = null, outputFile: String? = null): GetConsumerChannelsResult
Link copied to clipboard

This data source provides Dts Instance available to the user.What is Instance

suspend fun getInstances(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, resourceGroupId: String? = null): GetInstancesResult
Link copied to clipboard

This data source provides the Dts Migration Jobs of the current Alibaba Cloud user.

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

This data source provides the Dts Subscription Jobs of the current Alibaba Cloud user.

suspend fun getSubscriptionJobs(enableDetails: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, status: String? = null, tags: Map<String, String>? = null): GetSubscriptionJobsResult
Link copied to clipboard

This data source provides the Dts Synchronization Jobs of the current Alibaba Cloud user.

suspend fun getSynchronizationJobs(enableDetails: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, status: String? = null): GetSynchronizationJobsResult