SaeFunctions

Functions

Link copied to clipboard

This data source provides the Sae Applications of the current Alibaba Cloud user.

suspend fun getApplications(appName: String? = null, enableDetails: Boolean? = null, fieldType: String? = null, fieldValue: String? = null, ids: List<String>? = null, namespaceId: String? = null, orderBy: String? = null, outputFile: String? = null, reverse: Boolean? = null, status: String? = null): GetApplicationsResult
Link copied to clipboard

This data source provides the Sae Application Scaling Rules of the current Alibaba Cloud user.

suspend fun getApplicationScalingRules(appId: String, ids: List<String>? = null, outputFile: String? = null): GetApplicationScalingRulesResult
Link copied to clipboard

This data source provides the Sae Config Maps of the current Alibaba Cloud user.

suspend fun getConfigMaps(ids: List<String>? = null, nameRegex: String? = null, namespaceId: String, outputFile: String? = null): GetConfigMapsResult
Link copied to clipboard

This data source provides the Sae GreyTagRoutes of the current Alibaba Cloud user.

suspend fun getGreyTagRoutes(appId: String, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null): GetGreyTagRoutesResult
Link copied to clipboard

This data source provides the Sae Ingresses of the current Alibaba Cloud user.

suspend fun getIngresses(enableDetails: Boolean? = null, ids: List<String>? = null, namespaceId: String, outputFile: String? = null): GetIngressesResult
Link copied to clipboard

This data source provides the Sae Instance Specifications of the current Alibaba Cloud user.

suspend fun getInstanceSpecifications(ids: List<String>? = null, outputFile: String? = null): GetInstanceSpecificationsResult
Link copied to clipboard

This data source provides the Sae Namespaces of the current Alibaba Cloud user.

suspend fun getNamespaces(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null): GetNamespacesResult
Link copied to clipboard

Using this data source can open SAE service automatically. If the service has been opened, it will return opened. For information about SAE and how to use it, see What is SAE.

suspend fun getService(enable: String? = null): GetServiceResult
suspend fun getService(argument: suspend GetServicePlainArgsBuilder.() -> Unit): GetServiceResult