SnapStartResponse

The function's SnapStart setting.

APIs.ioEngineeringPlatform

Properties

Name Type Description
ApplyOn object
OptimizationStatus object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-snapstartresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SnapStartResponse",
  "title": "SnapStartResponse",
  "type": "object",
  "properties": {
    "ApplyOn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SnapStartApplyOn"
        },
        {
          "description": "When set to <code>PublishedVersions</code>, Lambda creates a snapshot of the execution environment when you publish a function version."
        }
      ]
    },
    "OptimizationStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SnapStartOptimizationStatus"
        },
        {
          "description": "When you provide a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-versions.html#versioning-versions-using\">qualified Amazon Resource Name (ARN)</a>, this response element indicates whether SnapStart is activated for the specified function version."
        }
      ]
    }
  },
  "description": "The function's <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/snapstart.html\">SnapStart</a> setting."
}