SddpFunctions

Functions

Link copied to clipboard

This data source provides the Sddp Configs of the current Alibaba Cloud user.

suspend fun getConfigs(argument: suspend GetConfigsPlainArgsBuilder.() -> Unit): GetConfigsResult
suspend fun getConfigs(ids: List<String>? = null, lang: String? = null, outputFile: String? = null): GetConfigsResult
Link copied to clipboard

This data source provides the Sddp Data Limits of the current Alibaba Cloud user.

suspend fun getDataLimits(ids: List<String>? = null, outputFile: String? = null, parentId: String? = null, resourceType: String? = null): GetDataLimitsResult
Link copied to clipboard

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

suspend fun getInstances(outputFile: String? = null): GetInstancesResult
Link copied to clipboard
suspend fun getRules(argument: GetRulesPlainArgs): GetRulesResult

This data source provides the Sddp Rules of the current Alibaba Cloud user.

suspend fun getRules(argument: suspend GetRulesPlainArgsBuilder.() -> Unit): GetRulesResult
suspend fun getRules(category: Int? = null, contentCategory: String? = null, customType: Int? = null, enableDetails: Boolean? = null, ids: List<String>? = null, name: String? = null, nameRegex: String? = null, outputFile: String? = null, productId: String? = null, riskLevelId: String? = null, ruleType: Int? = null, status: String? = null, warnLevel: Int? = null): GetRulesResult