Sddp Functions
object SddpFunctions
Functions
Link copied to clipboard
This data source provides the Sddp Configs of the current Alibaba Cloud user.
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(argument: suspend GetDataLimitsPlainArgsBuilder.() -> Unit): GetDataLimitsResult
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(argument: suspend GetInstancesPlainArgsBuilder.() -> Unit): GetInstancesResult
Link copied to clipboard
This data source provides the Sddp Rules of the current Alibaba Cloud user.
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