Amazon Snow Family · JSON Structure

Amazon Snow Family Lambda Resource Structure

Identifies

Type: object Properties: 2
Data MigrationEdge ComputingOffline TransferPhysical Appliance

LambdaResource is a JSON Structure definition published by Amazon Snow Family, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

LambdaArn EventTriggers

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-snow-family/refs/heads/main/json-structure/amazon-snow-family-lambda-resource-structure.json",
  "name": "LambdaResource",
  "description": "Identifies ",
  "properties": {
    "LambdaArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceARN"
        },
        {
          "description": "An Amazon Resource Name (ARN) that represents an Lambda function to be triggered by PUT object actions on the associated local Amazon S3 resource."
        }
      ]
    },
    "EventTriggers": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EventTriggerDefinitionList"
        },
        {
          "description": "The array of ARNs for <a>S3Resource</a> objects to trigger the <a>LambdaResource</a> objects associated with this job."
        }
      ]
    }
  }
}