Class DistributionOrderedCacheBehaviorForwardedValuesArgs
Inheritance
System.Object
DistributionOrderedCacheBehaviorForwardedValuesArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DistributionOrderedCacheBehaviorForwardedValuesArgs : ResourceArgs
Constructors
View SourceDistributionOrderedCacheBehaviorForwardedValuesArgs()
Declaration
public DistributionOrderedCacheBehaviorForwardedValuesArgs()
Properties
View SourceCookies
The forwarded values cookies that specifies how CloudFront handles cookies (maximum one).
Declaration
public Input<DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs> Cookies { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs> |
Headers
Specifies the Headers, if any, that you want
CloudFront to vary upon for this cache behavior. Specify * to include all
headers.
Declaration
public InputList<string> Headers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
QueryString
Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior.
Declaration
public Input<bool> QueryString { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 InputList<string> QueryStringCacheKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |