{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-snow-family/refs/heads/main/json-schema/amazon-snow-family-event-trigger-definition-schema.json", "title": "EventTriggerDefinition", "description": "The container for the EventTriggerDefinition$EventResourceARN.", "type": "object", "properties": { "EventResourceARN": { "allOf": [ { "$ref": "#/components/schemas/ResourceARN" }, { "description": "The Amazon Resource Name (ARN) for any local Amazon S3 resource that is an Lambda function's event trigger associated with this job." } ] } } }