Show / Hide Table of Contents

Class DistributionOrderedCacheBehaviorForwardedValuesArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DistributionOrderedCacheBehaviorForwardedValuesArgs
Inherited Members
ResourceArgs.Empty
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 Source

DistributionOrderedCacheBehaviorForwardedValuesArgs()

Declaration
public DistributionOrderedCacheBehaviorForwardedValuesArgs()

Properties

View Source

Cookies

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>
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 InputList<string> Headers { get; set; }
Property Value
Type Description
InputList<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 Input<bool> QueryString { get; set; }
Property Value
Type Description
Input<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 InputList<string> QueryStringCacheKeys { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.