{ "$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-s3-destination-configuration-structure.json", "name": "S3DestinationConfiguration", "description": "A complex type that describes an S3 location where recorded videos will be stored.", "type": "object", "properties": { "bucketName": { "allOf": [ { "$ref": "#/components/schemas/S3DestinationBucketName" }, { "description": "Location (S3 bucket name) where recorded videos will be stored." } ] } }, "required": [ "bucketName" ] }