A complex type that specifies how CloudFront handles query strings, cookies and headers.

C# |
public class ForwardedValues

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ForwardedValues()()()() | Initializes a new instance of the ForwardedValues class |
![]() | Cookies |
Gets and sets the property Cookies. A complex type that specifies how CloudFront handles
cookies.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | Headers |
Gets and sets the property Headers. A complex type that specifies the Headers, if
any, that you want CloudFront to vary upon for this cache behavior.
|
![]() | QueryString |
Gets and sets the property QueryString. Indicates whether you want CloudFront to forward
query strings to the origin that is associated with this cache behavior. If so,
specify true; if not, specify false.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithCookies(CookiePreference) | Obsolete.
Sets the Cookies property
|
![]() | WithHeaders(Headers) | Obsolete.
Sets the Headers property
|
![]() | WithQueryString(Boolean) | Obsolete.
Sets the QueryString property
|

Object | |
![]() | ForwardedValues |