![]() |
![]()
| ![]() |
![]()
NAMEPaws::CloudFront::OriginRequestPolicyConfig 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::CloudFront::OriginRequestPolicyConfig object: $service_obj->Method(Att1 => { Comment => $value, ..., QueryStringsConfig => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::CloudFront::OriginRequestPolicyConfig object: $result = $service_obj->Method(...); $result->Att1->Comment DESCRIPTIONAn origin request policy configuration. This configuration determines the values that CloudFront includes in requests that it sends to the origin. Each request that CloudFront sends to the origin includes the following:
CloudFront sends a request when it can’t find an object in its cache that matches the request. If you want to send values to the origin and also include them in the cache key, use "CachePolicy". ATTRIBUTESComment => StrA comment to describe the origin request policy. The comment cannot be longer than 128 characters. REQUIRED CookiesConfig => Paws::CloudFront::OriginRequestPolicyCookiesConfigThe cookies from viewer requests to include in origin requests. REQUIRED HeadersConfig => Paws::CloudFront::OriginRequestPolicyHeadersConfigThe HTTP headers to include in origin requests. These can include headers from viewer requests and additional headers added by CloudFront. REQUIRED Name => StrA unique name to identify the origin request policy. REQUIRED QueryStringsConfig => Paws::CloudFront::OriginRequestPolicyQueryStringsConfigThe URL query strings from viewer requests to include in origin requests. SEE ALSOThis class forms part of Paws, describing an object used in Paws::CloudFront 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>
|