Show / Hide Table of Contents

Class DistributionOrderedCacheBehaviorForwardedValues

Inheritance
System.Object
DistributionOrderedCacheBehaviorForwardedValues
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.CloudFront.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DistributionOrderedCacheBehaviorForwardedValues

Fields

View Source

Cookies

The forwarded values cookies that specifies how CloudFront handles cookies (maximum one).

Declaration
public readonly DistributionOrderedCacheBehaviorForwardedValuesCookies Cookies
Field Value
Type Description
DistributionOrderedCacheBehaviorForwardedValuesCookies
View Source

Headers

Specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior. Specify * to include all headers.

Declaration
public readonly ImmutableArray<string> Headers
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

QueryString

Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior.

Declaration
public readonly bool QueryString
Field Value
Type Description
System.Boolean
View Source

QueryStringCacheKeys

When specified, along with a value of true for query_string, all query strings are forwarded, however only the query string keys listed in this argument are cached. When omitted with a value of true for query_string, all query string keys are cached.

Declaration
public readonly ImmutableArray<string> QueryStringCacheKeys
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.