Class: Aws::MediaTailor::Types::RecurringRetrieval

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediatailor/types.rb

Overview

With recurring prefetch, MediaTailor automatically prefetches ads for every avail that occurs during the retrieval window. The following configurations describe the MediaTailor behavior when prefetching ads for a live event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delay_after_avail_end_secondsInteger

The number of seconds that MediaTailor waits after an ad avail before prefetching ads for the next avail. If not set, the default is 0 (no delay).

Returns:

  • (Integer)


4002
4003
4004
4005
4006
4007
4008
4009
4010
# File 'lib/aws-sdk-mediatailor/types.rb', line 4002

class RecurringRetrieval < Struct.new(
  :dynamic_variables,
  :delay_after_avail_end_seconds,
  :traffic_shaping_type,
  :traffic_shaping_retrieval_window,
  :traffic_shaping_tps_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#dynamic_variablesHash<String,String>

The dynamic variables to use for substitution during prefetch requests to the ADS.

Returns:

  • (Hash<String,String>)


4002
4003
4004
4005
4006
4007
4008
4009
4010
# File 'lib/aws-sdk-mediatailor/types.rb', line 4002

class RecurringRetrieval < Struct.new(
  :dynamic_variables,
  :delay_after_avail_end_seconds,
  :traffic_shaping_type,
  :traffic_shaping_retrieval_window,
  :traffic_shaping_tps_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#traffic_shaping_retrieval_windowTypes::TrafficShapingRetrievalWindow

Configuration for spreading ADS traffic across a set window instead of sending ADS requests for all sessions at the same time.



4002
4003
4004
4005
4006
4007
4008
4009
4010
# File 'lib/aws-sdk-mediatailor/types.rb', line 4002

class RecurringRetrieval < Struct.new(
  :dynamic_variables,
  :delay_after_avail_end_seconds,
  :traffic_shaping_type,
  :traffic_shaping_retrieval_window,
  :traffic_shaping_tps_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#traffic_shaping_tps_configurationTypes::TrafficShapingTpsConfiguration

The configuration for TPS-based traffic shaping that limits the number of requests to the ad decision server (ADS) based on transactions per second instead of time windows.



4002
4003
4004
4005
4006
4007
4008
4009
4010
# File 'lib/aws-sdk-mediatailor/types.rb', line 4002

class RecurringRetrieval < Struct.new(
  :dynamic_variables,
  :delay_after_avail_end_seconds,
  :traffic_shaping_type,
  :traffic_shaping_retrieval_window,
  :traffic_shaping_tps_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#traffic_shaping_typeString

Indicates the type of traffic shaping used for traffic shaping and limiting the number of requests to the ADS at one time.

Returns:

  • (String)


4002
4003
4004
4005
4006
4007
4008
4009
4010
# File 'lib/aws-sdk-mediatailor/types.rb', line 4002

class RecurringRetrieval < Struct.new(
  :dynamic_variables,
  :delay_after_avail_end_seconds,
  :traffic_shaping_type,
  :traffic_shaping_retrieval_window,
  :traffic_shaping_tps_configuration)
  SENSITIVE = []
  include Aws::Structure
end