Class DistributionDefaultCacheBehaviorForwardedValues
Inheritance
System.Object
DistributionDefaultCacheBehaviorForwardedValues
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 DistributionDefaultCacheBehaviorForwardedValues
Fields
View SourceCookies
The forwarded values cookies that specifies how CloudFront handles cookies (maximum one).
Declaration
public readonly DistributionDefaultCacheBehaviorForwardedValuesCookies Cookies
Field Value
| Type | Description |
|---|---|
| DistributionDefaultCacheBehaviorForwardedValuesCookies |
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> |
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 |
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> |