Amazon MediaTailor · Schema

CreateSourceLocationRequest

CreateSourceLocationRequest schema from Amazon MediaTailor API

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
AccessConfiguration object
DefaultSegmentDeliveryConfiguration object
HttpConfiguration object
SegmentDeliveryConfigurations object
Tags object
View JSON Schema on GitHub

JSON Schema

mediatailor-api-create-source-location-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediatailor/refs/heads/main/json-schema/mediatailor-api-create-source-location-request-schema.json",
  "title": "CreateSourceLocationRequest",
  "description": "CreateSourceLocationRequest schema from Amazon MediaTailor API",
  "type": "object",
  "properties": {
    "AccessConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccessConfiguration"
        },
        {
          "description": "Access configuration parameters. Configures the type of authentication used to access content from your source location."
        }
      ]
    },
    "DefaultSegmentDeliveryConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DefaultSegmentDeliveryConfiguration"
        },
        {
          "description": "The optional configuration for the server that serves segments."
        }
      ]
    },
    "HttpConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HttpConfiguration"
        },
        {
          "description": "The source's HTTP package configurations."
        }
      ]
    },
    "SegmentDeliveryConfigurations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfSegmentDeliveryConfiguration"
        },
        {
          "description": "A list of the segment delivery configurations associated with this resource."
        }
      ]
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__mapOf__string"
        },
        {
          "xml": {
            "name": "tags"
          },
          "description": "The tags to assign to the source location. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href=\"https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html\">Tagging AWS Elemental MediaTailor Resources</a>."
        }
      ]
    }
  },
  "required": [
    "HttpConfiguration"
  ]
}