Amazon MediaTailor · Schema

DescribeSourceLocationResponse

DescribeSourceLocationResponse schema from Amazon MediaTailor API

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
AccessConfiguration object
Arn object
CreationTime object
DefaultSegmentDeliveryConfiguration object
HttpConfiguration object
LastModifiedTime object
SegmentDeliveryConfigurations object
SourceLocationName object
Tags object
View JSON Schema on GitHub

JSON Schema

mediatailor-api-describe-source-location-response-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-describe-source-location-response-schema.json",
  "title": "DescribeSourceLocationResponse",
  "description": "DescribeSourceLocationResponse schema from Amazon MediaTailor API",
  "type": "object",
  "properties": {
    "AccessConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccessConfiguration"
        },
        {
          "description": "The access configuration for the source location."
        }
      ]
    },
    "Arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The ARN of the source location."
        }
      ]
    },
    "CreationTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__timestampUnix"
        },
        {
          "description": "The timestamp that indicates when the source location was created."
        }
      ]
    },
    "DefaultSegmentDeliveryConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DefaultSegmentDeliveryConfiguration"
        },
        {
          "description": "The default segment delivery configuration settings."
        }
      ]
    },
    "HttpConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HttpConfiguration"
        },
        {
          "description": "The HTTP package configuration settings for the source location."
        }
      ]
    },
    "LastModifiedTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__timestampUnix"
        },
        {
          "description": "The timestamp that indicates when the source location was last modified."
        }
      ]
    },
    "SegmentDeliveryConfigurations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfSegmentDeliveryConfiguration"
        },
        {
          "description": "A list of the segment delivery configurations associated with this resource."
        }
      ]
    },
    "SourceLocationName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The name of the source location."
        }
      ]
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__mapOf__string"
        },
        {
          "xml": {
            "name": "tags"
          },
          "description": "The tags assigned 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>."
        }
      ]
    }
  }
}