Api Fc Service Config
data class ApiFcServiceConfig(val arnRole: String, val functionBaseUrl: String? = null, val functionName: String? = null, val functionType: String? = null, val method: String? = null, val onlyBusinessPath: Boolean? = null, val path: String? = null, val qualifier: String? = null, val region: String, val serviceName: String? = null, val timeout: Int)
Constructors
Types
Properties
Link copied to clipboard
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.