1. Schemas
AWS MediaTailor
  • /channel/{channelName}
    POST
  • /channel/{channelName}
    DELETE
  • /channel/{channelName}
    GET
  • /channel/{channelName}
    PUT
  • /channel/{channelName}/program/{programName}
    POST
  • /channel/{channelName}/program/{programName}
    DELETE
  • /channel/{channelName}/program/{programName}
    GET
  • /sourceLocation/{sourceLocationName}
    POST
  • /sourceLocation/{sourceLocationName}
    DELETE
  • /sourceLocation/{sourceLocationName}
    GET
  • /sourceLocation/{sourceLocationName}
    PUT
  • /sourceLocation/{sourceLocationName}/vodSource/{vodSourceName}
    POST
  • /sourceLocation/{sourceLocationName}/vodSource/{vodSourceName}
    DELETE
  • /sourceLocation/{sourceLocationName}/vodSource/{vodSourceName}
    GET
  • /sourceLocation/{sourceLocationName}/vodSource/{vodSourceName}
    PUT
  • /channel/{channelName}/policy
    DELETE
  • /channel/{channelName}/policy
    GET
  • /channel/{channelName}/policy
    PUT
  • /playbackConfiguration/{Name}
    DELETE
  • /playbackConfiguration/{Name}
    GET
  • /channel/{channelName}/schedule
    GET
  • /alerts
    GET
  • /channels
    GET
  • /playbackConfigurations
    GET
  • /sourceLocations
    GET
  • /tags/{ResourceArn}
    GET
  • /tags/{ResourceArn}
    POST
  • /sourceLocation/{sourceLocationName}/vodSources
    GET
  • /playbackConfiguration
    PUT
  • /channel/{channelName}/start
    PUT
  • /channel/{channelName}/stop
    PUT
  • /tags/{ResourceArn}
    DELETE
  • Schemas
    • Schemas
      • CreateChannelResponse
      • __string
      • RequestOutputItem
      • CreateProgramResponse
      • AdBreak
      • Transition
      • CreateSourceLocationResponse
      • AccessType
      • SecretsManagerAccessTokenConfiguration
      • CreateVodSourceResponse
      • HttpPackageConfiguration
      • DeleteChannelResponse
      • DeleteChannelPolicyResponse
      • DeletePlaybackConfigurationResponse
      • DeleteProgramResponse
      • DeleteSourceLocationResponse
      • DeleteVodSourceResponse
      • DescribeChannelResponse
      • DescribeProgramResponse
      • DescribeSourceLocationResponse
      • DescribeVodSourceResponse
      • GetChannelPolicyResponse
      • GetChannelScheduleResponse
      • GetPlaybackConfigurationResponse
      • ListAlertsResponse
      • ListChannelsResponse
      • ListPlaybackConfigurationsResponse
      • ListSourceLocationsResponse
      • ListTagsForResourceResponse
      • BadRequestException
      • ListVodSourcesResponse
      • PutChannelPolicyResponse
      • PutPlaybackConfigurationResponse
      • Mode
      • __mapOf__string
      • OriginManifestType
      • __integer
      • AdMarkerPassthrough
      • StartChannelResponse
      • StopChannelResponse
      • UpdateChannelResponse
      • UpdateSourceLocationResponse
      • UpdateVodSourceResponse
      • AccessConfiguration
      • MessageType
      • __long
      • SlateSource
      • SpliceInsertMessage
      • __boolean
      • __timestampUnix
      • __listOf__string
      • Alert
      • AvailSuppression
      • Bumper
      • CdnConfiguration
      • ResponseOutputs
      • Channel
      • ChannelState
      • ConfigurationAliasesRequest
      • ConfigurationAliasesResponse
      • RequestOutputs
      • PlaybackMode
      • CreateChannelRequest
      • __listOfAdBreak
      • ScheduleConfiguration
      • CreateProgramRequest
      • DefaultSegmentDeliveryConfiguration
      • HttpConfiguration
      • CreateSourceLocationRequest
      • HttpPackageConfigurations
      • CreateVodSourceRequest
      • DashConfiguration
      • DashConfigurationForPut
      • DashPlaylistSettings
      • DeleteChannelPolicyRequest
      • DeleteChannelRequest
      • DeletePlaybackConfigurationRequest
      • DeleteProgramRequest
      • DeleteSourceLocationRequest
      • DeleteVodSourceRequest
      • DescribeChannelRequest
      • DescribeProgramRequest
      • DescribeSourceLocationRequest
      • DescribeVodSourceRequest
      • GetChannelPolicyRequest
      • MaxResults
      • GetChannelScheduleRequest
      • __listOfScheduleEntry
      • GetPlaybackConfigurationRequest
      • HlsConfiguration
      • LivePreRollConfiguration
      • ManifestProcessingRules
      • __integerMin1
      • HlsPlaylistSettings
      • Type
      • ListAlertsRequest
      • __listOfAlert
      • ListChannelsRequest
      • __listOfChannel
      • ListPlaybackConfigurationsRequest
      • __listOfPlaybackConfiguration
      • ListSourceLocationsRequest
      • __listOfSourceLocation
      • ListTagsForResourceRequest
      • ListVodSourcesRequest
      • __listOfVodSource
      • PlaybackConfiguration
      • PutChannelPolicyRequest
      • PutPlaybackConfigurationRequest
      • RelativePosition
      • ResponseOutputItem
      • ScheduleAdBreak
      • __listOfScheduleAdBreak
      • ScheduleEntryType
      • ScheduleEntry
      • SourceLocation
      • StartChannelRequest
      • StopChannelRequest
      • TagResourceRequest
      • UntagResourceRequest
      • UpdateChannelRequest
      • UpdateSourceLocationRequest
      • UpdateVodSourceRequest
      • VodSource
  1. Schemas

DefaultSegmentDeliveryConfiguration

The optional configuration for a server that serves segments. Use this if you want the segment delivery server to be different from the source location server. For example, you can configure your source location server to be an origination server, such as MediaPackage, and the segment delivery server to be a content delivery network (CDN), such as CloudFront. If you don't specify a segment delivery server, then the source location server is used.

{
    "BaseUrl": "string"
}
Built with