{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PutRuntimeManagementConfigRequest", "title": "PutRuntimeManagementConfigRequest", "type": "object", "required": [ "UpdateRuntimeOn" ], "properties": { "UpdateRuntimeOn": { "allOf": [ { "$ref": "#/components/schemas/UpdateRuntimeOn" }, { "description": "

Specify the runtime update mode.

" } ] }, "RuntimeVersionArn": { "allOf": [ { "$ref": "#/components/schemas/RuntimeVersionArn" }, { "description": "

The ARN of the runtime version you want the function to use.

This is only required if you're using the Manual runtime update mode.

" } ] } } }