AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

An 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.

Inheritance Hierarchy

System.Object
  Amazon.CloudFront.Model.OriginRequestPolicyConfig

Namespace: Amazon.CloudFront.Model
Assembly: AWSSDK.CloudFront.dll
Version: 3.x.y.z

Syntax

C#
public class OriginRequestPolicyConfig

The OriginRequestPolicyConfig type exposes the following members

Constructors

NameDescription
Public Method OriginRequestPolicyConfig()

Properties

NameTypeDescription
Public Property Comment System.String

Gets and sets the property Comment.

A comment to describe the origin request policy. The comment cannot be longer than 128 characters.

Public Property CookiesConfig Amazon.CloudFront.Model.OriginRequestPolicyCookiesConfig

Gets and sets the property CookiesConfig.

The cookies from viewer requests to include in origin requests.

Public Property HeadersConfig Amazon.CloudFront.Model.OriginRequestPolicyHeadersConfig

Gets and sets the property HeadersConfig.

The HTTP headers to include in origin requests. These can include headers from viewer requests and additional headers added by CloudFront.

Public Property Name System.String

Gets and sets the property Name.

A unique name to identify the origin request policy.

Public Property QueryStringsConfig Amazon.CloudFront.Model.OriginRequestPolicyQueryStringsConfig

Gets and sets the property QueryStringsConfig.

The URL query strings from viewer requests to include in origin requests.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5