ApiHttpVpcServiceConfig

data class ApiHttpVpcServiceConfig(val aoneName: String? = null, val method: String, val name: String, val path: String, val timeout: Int)

Constructors

Link copied to clipboard
fun ApiHttpVpcServiceConfig(aoneName: String? = null, method: String, name: String, path: String, timeout: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aoneName: String? = null
Link copied to clipboard

The method of the api, including 'GET','POST','PUT' etc.

Link copied to clipboard

The name of the api gateway api. Defaults to null.

Link copied to clipboard

The request path of the api.

Link copied to clipboard

Backend service time-out time; unit: millisecond.