AWS Lambda · JSON Structure

Aws Lambda Update Function Configuration Request Structure

Type: object Properties: 15

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

Properties

Role Handler Description Timeout MemorySize Environment Runtime DeadLetterConfig KMSKeyArn TracingConfig RevisionId Layers EphemeralStorage SnapStart LoggingConfig

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UpdateFunctionConfigurationRequest",
  "type": "object",
  "properties": {
    "Role": {
      "type": "string"
    },
    "Handler": {
      "type": "string"
    },
    "Description": {
      "type": "string"
    },
    "Timeout": {
      "type": "integer"
    },
    "MemorySize": {
      "type": "integer"
    },
    "Environment": {
      "type": "object"
    },
    "Runtime": {
      "type": "string"
    },
    "DeadLetterConfig": {
      "type": "object"
    },
    "KMSKeyArn": {
      "type": "string"
    },
    "TracingConfig": {
      "type": "object"
    },
    "RevisionId": {
      "type": "string"
    },
    "Layers": {
      "type": "array"
    },
    "EphemeralStorage": {
      "type": "object"
    },
    "SnapStart": {
      "type": "object"
    },
    "LoggingConfig": {
      "type": "object"
    }
  }
}