This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::MediaTailor::PrefetchSchedule RecurringPrefetchConfiguration
The configuration that defines how MediaTailor performs recurring prefetch.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "EndTime" :String, "RecurringConsumption" :RecurringConsumption, "RecurringRetrieval" :RecurringRetrieval, "StartTime" :String}
YAML
EndTime:StringRecurringConsumption:RecurringConsumptionRecurringRetrieval:RecurringRetrievalStartTime:String
Properties
EndTime-
The end time for the window that MediaTailor prefetches and inserts ads in a live event.
Required: Yes
Type: String
Update requires: Replacement
RecurringConsumption-
The settings that determine how and when MediaTailor places prefetched ads into upcoming ad breaks for recurring prefetch scedules.
Required: Yes
Type: RecurringConsumption
Update requires: Replacement
RecurringRetrieval-
The configuration for prefetch ad retrieval from the ADS.
Required: Yes
Type: RecurringRetrieval
Update requires: Replacement
StartTime-
The start time for the window that MediaTailor prefetches and inserts ads in a live event.
Required: No
Type: String
Update requires: Replacement