Class: Aws::MediaTailor::Types::CreatePrefetchScheduleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::CreatePrefetchScheduleRequest
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#consumption ⇒ Types::PrefetchConsumption
The configuration settings for how and when MediaTailor consumes prefetched ads from the ad decision server for single prefetch schedules.
-
#name ⇒ String
The name to assign to the schedule request.
-
#playback_configuration_name ⇒ String
The name to assign to the playback configuration.
-
#recurring_prefetch_configuration ⇒ Types::RecurringPrefetchConfiguration
The configuration that defines how and when MediaTailor performs ad prefetching in a live event.
-
#retrieval ⇒ Types::PrefetchRetrieval
The configuration settings for retrieval of prefetched ads from the ad decision server.
-
#schedule_type ⇒ String
The frequency that MediaTailor creates prefetch schedules.
-
#stream_id ⇒ String
An optional stream identifier that MediaTailor uses to prefetch ads for multiple streams that use the same playback configuration.
-
#tags ⇒ Hash<String,String>
The tags to assign to the prefetch schedule.
Instance Attribute Details
#consumption ⇒ Types::PrefetchConsumption
The configuration settings for how and when MediaTailor consumes prefetched ads from the ad decision server for single prefetch schedules. Each consumption configuration contains an end time and an optional start time that define the consumption window. Prefetch schedules automatically expire no earlier than seven days after the end time.
1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1070 class CreatePrefetchScheduleRequest < Struct.new( :consumption, :name, :playback_configuration_name, :retrieval, :recurring_prefetch_configuration, :schedule_type, :stream_id, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name to assign to the schedule request.
1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1070 class CreatePrefetchScheduleRequest < Struct.new( :consumption, :name, :playback_configuration_name, :retrieval, :recurring_prefetch_configuration, :schedule_type, :stream_id, :tags) SENSITIVE = [] include Aws::Structure end |
#playback_configuration_name ⇒ String
The name to assign to the playback configuration.
1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1070 class CreatePrefetchScheduleRequest < Struct.new( :consumption, :name, :playback_configuration_name, :retrieval, :recurring_prefetch_configuration, :schedule_type, :stream_id, :tags) SENSITIVE = [] include Aws::Structure end |
#recurring_prefetch_configuration ⇒ Types::RecurringPrefetchConfiguration
The configuration that defines how and when MediaTailor performs ad prefetching in a live event.
1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1070 class CreatePrefetchScheduleRequest < Struct.new( :consumption, :name, :playback_configuration_name, :retrieval, :recurring_prefetch_configuration, :schedule_type, :stream_id, :tags) SENSITIVE = [] include Aws::Structure end |
#retrieval ⇒ Types::PrefetchRetrieval
The configuration settings for retrieval of prefetched ads from the ad decision server. Only one set of prefetched ads will be retrieved and subsequently consumed for each ad break.
1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1070 class CreatePrefetchScheduleRequest < Struct.new( :consumption, :name, :playback_configuration_name, :retrieval, :recurring_prefetch_configuration, :schedule_type, :stream_id, :tags) SENSITIVE = [] include Aws::Structure end |
#schedule_type ⇒ String
The frequency that MediaTailor creates prefetch schedules. SINGLE
indicates that this schedule applies to one ad break. RECURRING
indicates that MediaTailor automatically creates a schedule for each
ad avail in a live event.
For more information about the prefetch types and when you might use each, see Prefetching ads in Elemental MediaTailor.
1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1070 class CreatePrefetchScheduleRequest < Struct.new( :consumption, :name, :playback_configuration_name, :retrieval, :recurring_prefetch_configuration, :schedule_type, :stream_id, :tags) SENSITIVE = [] include Aws::Structure end |
#stream_id ⇒ String
An optional stream identifier that MediaTailor uses to prefetch ads
for multiple streams that use the same playback configuration. If
StreamId is specified, MediaTailor returns all of the prefetch
schedules with an exact match on StreamId. If not specified,
MediaTailor returns all of the prefetch schedules for the playback
configuration, regardless of StreamId.
1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1070 class CreatePrefetchScheduleRequest < Struct.new( :consumption, :name, :playback_configuration_name, :retrieval, :recurring_prefetch_configuration, :schedule_type, :stream_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to assign to the prefetch schedule. 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 Tagging AWS Elemental MediaTailor Resources.
1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1070 class CreatePrefetchScheduleRequest < Struct.new( :consumption, :name, :playback_configuration_name, :retrieval, :recurring_prefetch_configuration, :schedule_type, :stream_id, :tags) SENSITIVE = [] include Aws::Structure end |