Parameter | Type | Description | Example |
---|---|---|---|
object | The information about the configurations of the custom runtime. | ||
args | array | The arguments that are passed to the startup command. | |
string | The argument that is passed to the startup command. | arg1 | |
command | array | The startup commands. | |
string | The startup command. | /code/bootstrap | |
healthCheckConfig | CustomHealthCheckConfig | The custom health check configuration of the function. | |
port | integer | The port on which the HTTP server is listening. | 9000 |