AWS Lambda · Schema

UpdateFunctionUrlConfigRequest

Request body for updating a function URL configuration

Properties

Name Type Description
AuthType string
InvokeMode string
View JSON Schema on GitHub

JSON Schema

aws-lambda-update-function-url-config-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdateFunctionUrlConfigRequest",
  "type": "object",
  "description": "Request body for updating a function URL configuration",
  "properties": {
    "AuthType": {
      "type": "string"
    },
    "InvokeMode": {
      "type": "string"
    }
  }
}