![]() |
![]()
| ![]() |
![]()
NAMEPaws::MediaTailor::CdnConfiguration USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::MediaTailor::CdnConfiguration object: $service_obj->Method(Att1 => { AdSegmentUrlPrefix => $value, ..., ContentSegmentUrlPrefix => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::MediaTailor::CdnConfiguration object: $result = $service_obj->Method(...); $result->Att1->AdSegmentUrlPrefix DESCRIPTIONThe configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management. ATTRIBUTESAdSegmentUrlPrefix => StrA non-default content delivery network (CDN) to serve ad segments. By default, AWS Elemental MediaTailor uses Amazon CloudFront with default cache settings as its CDN for ad segments. To set up an alternate CDN, create a rule in your CDN for the origin ads.mediatailor.<region>.amazonaws.com. Then specify the rule's name in this AdSegmentUrlPrefix. When AWS Elemental MediaTailor serves a manifest, it reports your CDN as the source for ad segments. ContentSegmentUrlPrefix => StrA content delivery network (CDN) to cache content segments, so that content requests don’t always have to go to the origin server. First, create a rule in your CDN for the content segment origin server. Then specify the rule's name in this ContentSegmentUrlPrefix. When AWS Elemental MediaTailor serves a manifest, it reports your CDN as the source for content segments. SEE ALSOThis class forms part of Paws, describing an object used in Paws::MediaTailor BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|