Ivs Destination Configuration Structure

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: 1
Live StreamingMediaVideoReal-Time

DestinationConfiguration is a JSON Structure definition published by Amazon Interactive Video Service, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

s3

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

JSON Structure

Raw ↑
{
  "$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."
        }
      ]
    }
  }
}