PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::CloudFront::CachePolicyConfig; use Moose; has Comment => (is => 'ro', isa => 'Str'); has DefaultTTL => (is => 'ro', isa => 'Int'); has MaxTTL => (is => 'ro', isa => 'Int'); has MinTTL => (is => 'ro', isa => 'Int', required => 1); has Name => (is => 'ro', isa => 'Str', required => 1); has ParametersInCacheKeyAndForwardedToOrigin => (is => 'ro', isa => 'Paws::CloudFront::ParametersInCacheKeyAndForwardedToOrigin'); 1; ### main pod documentation begin ### =head1 NAME Paws::CloudFront::CachePolicyConfig =head1 USAGE This class represents one of two things: =head3 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::CloudFront::CachePolicyConfig object: $service_obj->Method(Att1 => { Comment => $value, ..., ParametersInCacheKeyAndForwardedToOrigin => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::CloudFront::CachePolicyConfig object: $result = $service_obj->Method(...); $result->Att1->Comment =head1 DESCRIPTION A cache policy configuration. This configuration determines the following: =over =item * The values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer. =item * The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache. =back The headers, cookies, and query strings that are included in the cache key are automatically included in requests that CloudFront sends to the origin. CloudFront sends a request when it canEt find a valid object in its cache that matches the requestEs cache key. If you want to send values to the origin but I include them in the cache key, use C. =head1 ATTRIBUTES =head2 Comment => Str A comment to describe the cache policy. The comment cannot be longer than 128 characters. =head2 DefaultTTL => Int The default amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated. CloudFront uses this value as the objectEs time to live (TTL) only when the origin does I send C or C headers with the object. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) in the I. The default value for this field is 86400 seconds (one day). If the value of C is more than 86400 seconds, then the default value for this field is the same as the value of C. =head2 MaxTTL => Int The maximum amount of time, in seconds, that objects stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated. CloudFront uses this value only when the origin sends C or C headers with the object. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) in the I. The default value for this field is 31536000 seconds (one year). If the value of C or C is more than 31536000 seconds, then the default value for this field is the same as the value of C. =head2 B MinTTL => Int The minimum amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated. For more information, see Managing How Long Content Stays in an Edge Cache (Expiration) (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) in the I. =head2 B Name => Str A unique name to identify the cache policy. =head2 ParametersInCacheKeyAndForwardedToOrigin => L The HTTP headers, cookies, and URL query strings to include in the cache key. The values included in the cache key are automatically included in requests that CloudFront sends to the origin. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut