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::DistributionConfig; use Moose; has Aliases => (is => 'ro', isa => 'Paws::CloudFront::Aliases'); has CacheBehaviors => (is => 'ro', isa => 'Paws::CloudFront::CacheBehaviors'); has CallerReference => (is => 'ro', isa => 'Str', required => 1); has Comment => (is => 'ro', isa => 'Str', required => 1); has CustomErrorResponses => (is => 'ro', isa => 'Paws::CloudFront::CustomErrorResponses'); has DefaultCacheBehavior => (is => 'ro', isa => 'Paws::CloudFront::DefaultCacheBehavior', required => 1); has DefaultRootObject => (is => 'ro', isa => 'Str'); has Enabled => (is => 'ro', isa => 'Bool', required => 1); has HttpVersion => (is => 'ro', isa => 'Str'); has IsIPV6Enabled => (is => 'ro', isa => 'Bool'); has Logging => (is => 'ro', isa => 'Paws::CloudFront::LoggingConfig'); has OriginGroups => (is => 'ro', isa => 'Paws::CloudFront::OriginGroups'); has Origins => (is => 'ro', isa => 'Paws::CloudFront::Origins', required => 1); has PriceClass => (is => 'ro', isa => 'Str'); has Restrictions => (is => 'ro', isa => 'Paws::CloudFront::Restrictions'); has ViewerCertificate => (is => 'ro', isa => 'Paws::CloudFront::ViewerCertificate'); has WebACLId => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::CloudFront::DistributionConfig =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::DistributionConfig object: $service_obj->Method(Att1 => { Aliases => $value, ..., WebACLId => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::CloudFront::DistributionConfig object: $result = $service_obj->Method(...); $result->Att1->Aliases =head1 DESCRIPTION A distribution configuration. =head1 ATTRIBUTES =head2 Aliases => L A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution. =head2 CacheBehaviors => L A complex type that contains zero or more C elements. =head2 B CallerReference => Str A unique value (for example, a date-time stamp) that ensures that the request can't be replayed. If the value of C is new (regardless of the content of the C object), CloudFront creates a new distribution. If C is a value that you already sent in a previous request to create a distribution, CloudFront returns a C error. =head2 B Comment => Str An optional comment to describe the distribution. The comment cannot be longer than 128 characters. =head2 CustomErrorResponses => L A complex type that controls the following: =over =item * Whether CloudFront replaces HTTP status codes in the 4xx and 5xx range with custom error messages before returning the response to the viewer. =item * How long CloudFront caches HTTP status codes in the 4xx and 5xx range. =back For more information about custom error pages, see Customizing Error Responses (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/custom-error-pages.html) in the I. =head2 B DefaultCacheBehavior => L A complex type that describes the default cache behavior if you don't specify a C element or if files don't match any of the values of C in C elements. You must create exactly one default cache behavior. =head2 DefaultRootObject => Str The object that you want CloudFront to request from your origin (for example, C) when a viewer requests the root URL for your distribution (C) instead of an object in your distribution (C). Specifying a default root object avoids exposing the contents of your distribution. Specify only the object name, for example, C. Don't add a C before the object name. If you don't want to specify a default root object when you create a distribution, include an empty C element. To delete the default root object from an existing distribution, update the distribution configuration and include an empty C element. To replace the default root object, update the distribution configuration and specify the new object. For more information about the default root object, see Creating a Default Root Object (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DefaultRootObject.html) in the I. =head2 B Enabled => Bool From this field, you can enable or disable the selected distribution. =head2 HttpVersion => Str (Optional) Specify the maximum HTTP version that you want viewers to use to communicate with CloudFront. The default value for new web distributions is http2. Viewers that don't support HTTP/2 automatically use an earlier HTTP version. For viewers and CloudFront to use HTTP/2, viewers must support TLS 1.2 or later, and must support Server Name Identification (SNI). In general, configuring CloudFront to communicate with viewers using HTTP/2 reduces latency. You can improve performance by optimizing for HTTP/2. For more information, do an Internet search for "http/2 optimization." =head2 IsIPV6Enabled => Bool If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify C. If you specify C, CloudFront responds to IPv6 DNS requests with the DNS response code C and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution. In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the C parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see Creating a Signed URL Using a Custom Policy (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-creating-signed-url-custom-policy.html) in the I. If you're using an Amazon Route 53 alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true: =over =item * You enable IPv6 for the distribution =item * You're using alternate domain names in the URLs for your objects =back For more information, see Routing Traffic to an Amazon CloudFront Web Distribution by Using Your Domain Name (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-to-cloudfront-distribution.html) in the I. If you created a CNAME resource record set, either with Amazon Route 53 or with another DNS service, you don't need to make any changes. A CNAME record will route traffic to your distribution regardless of the IP address format of the viewer request. =head2 Logging => L A complex type that controls whether access logs are written for the distribution. For more information about logging, see Access Logs (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/AccessLogs.html) in the I. =head2 OriginGroups => L A complex type that contains information about origin groups for this distribution. =head2 B Origins => L A complex type that contains information about origins for this distribution. =head2 PriceClass => Str The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify C, CloudFront responds to requests for your objects from all CloudFront edge locations. If you specify a price class other than C, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance. For more information about price classes, see Choosing the Price Class for a CloudFront Distribution (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PriceClass.html) in the I. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see Amazon CloudFront Pricing (http://aws.amazon.com/cloudfront/pricing/). =head2 Restrictions => L A complex type that identifies ways in which you want to restrict distribution of your content. =head2 ViewerCertificate => L A complex type that determines the distributionEs SSL/TLS configuration for communicating with viewers. =head2 WebACLId => Str A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example C. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example C<473e64fd-f30b-4765-81a0-62ad96dd167a>. AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF, see the AWS WAF Developer Guide (https://docs.aws.amazon.com/waf/latest/developerguide/what-is-aws-waf.html). =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