AWS Lambda · JSON Structure

Aws Lambda Function Url Config Structure

Type: object Properties: 6

FunctionUrlConfig is a JSON Structure definition published by AWS Lambda, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

FunctionUrl FunctionArn AuthType CreationTime LastModifiedTime InvokeMode

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "FunctionUrlConfig",
  "type": "object",
  "properties": {
    "FunctionUrl": {
      "type": "string"
    },
    "FunctionArn": {
      "type": "string"
    },
    "AuthType": {
      "type": "string"
    },
    "CreationTime": {
      "type": "string"
    },
    "LastModifiedTime": {
      "type": "string"
    },
    "InvokeMode": {
      "type": "string"
    }
  }
}