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.

When it's attached to a cache behavior, the origin request policy 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.OriginRequestPolicy

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

Syntax

C#
public class OriginRequestPolicy

The OriginRequestPolicy type exposes the following members

Constructors

NameDescription
Public Method OriginRequestPolicy()

Properties

NameTypeDescription
Public Property Id System.String

Gets and sets the property Id.

The unique identifier for the origin request policy.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

The date and time when the origin request policy was last modified.

Public Property OriginRequestPolicyConfig Amazon.CloudFront.Model.OriginRequestPolicyConfig

Gets and sets the property OriginRequestPolicyConfig.

The origin request policy configuration.

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