ApiFcServiceConfig

data class ApiFcServiceConfig(val arnRole: String? = null, val functionName: String, val region: String, val serviceName: String, val timeout: Int)

Constructors

Link copied to clipboard
fun ApiFcServiceConfig(arnRole: String? = null, functionName: String, region: String, serviceName: String, timeout: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arnRole: String? = null

RAM role arn attached to the Function Compute service. This governs both who / what can invoke your Function, as well as what resources our Function has access to. See User Permissions for more details.

Link copied to clipboard

The function name of function compute service.

Link copied to clipboard

The region that the function compute service belongs to.

Link copied to clipboard

The service name of function compute service.

Link copied to clipboard

Backend service time-out time; unit: millisecond.