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 RecurringConsumption
The settings that determine how and when MediaTailor places prefetched ads into upcoming ad breaks for recurring prefetch scedules.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AvailMatchingCriteria" :[ AvailMatchingCriteria, ... ], "RetrievedAdExpirationSeconds" :Integer}
YAML
AvailMatchingCriteria:- AvailMatchingCriteriaRetrievedAdExpirationSeconds:Integer
Properties
AvailMatchingCriteria-
The configuration for the dynamic variables that determine which ad breaks that MediaTailor inserts prefetched ads in.
Required: No
Type: Array of AvailMatchingCriteria
Update requires: Replacement
RetrievedAdExpirationSeconds-
The number of seconds that an ad is available for insertion after it was prefetched.
Required: No
Type: Integer
Update requires: Replacement