{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-interactive-video-service/refs/heads/main/json-structure/ivs-destination-configuration-structure.json", "name": "DestinationConfiguration", "description": "A complex type that describes a location where recorded videos will be stored. Each member represents a type of destination configuration. For recording, you define one and only one type of destination configuration.", "type": "object", "properties": { "s3": { "allOf": [ { "$ref": "#/components/schemas/S3DestinationConfiguration" }, { "description": "An S3 destination configuration where recorded videos will be stored." } ] } } }