Fc Functions
object FcFunctions
Functions
Link copied to clipboard
This data source provides the Function Compute custom domains of the current Alibaba Cloud user.
suspend fun getCustomDomains(argument: suspend GetCustomDomainsPlainArgsBuilder.() -> Unit): GetCustomDomainsResult
suspend fun getCustomDomains(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null): GetCustomDomainsResult
Link copied to clipboard
This data source provides the Function Compute functions of the current Alibaba Cloud user.
suspend fun getFunctions(argument: suspend GetFunctionsPlainArgsBuilder.() -> Unit): GetFunctionsResult
suspend fun getFunctions(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, serviceName: String): GetFunctionsResult
Link copied to clipboard
Using this data source can open FC service automatically. If the service has been opened, it will return opened. For information about FC and how to use it, see What is FC.
Link copied to clipboard
This data source provides the Function Compute services of the current Alibaba Cloud user.
suspend fun getServices(argument: suspend GetServicesPlainArgsBuilder.() -> Unit): GetServicesResult
suspend fun getServices(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null): GetServicesResult
Link copied to clipboard
This data source provides the Function Compute triggers of the current Alibaba Cloud user.
suspend fun getTriggers(argument: suspend GetTriggersPlainArgsBuilder.() -> Unit): GetTriggersResult
suspend fun getTriggers(functionName: String, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, serviceName: String): GetTriggersResult
Link copied to clipboard
This data source provides availability zones for FunctionCompute that can be accessed by an Alibaba Cloud account within the region configured in the provider.