Show / Hide Table of Contents

Class DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs
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 DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs : ResourceArgs

Constructors

View Source

DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs()

Declaration
public DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs()

Properties

View Source

Forward

Specifies whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify all, none or whitelist. If whitelist, you must include the subsequent whitelisted_names

Declaration
public Input<string> Forward { get; set; }
Property Value
Type Description
Input<System.String>
View Source

WhitelistedNames

If you have specified whitelist to forward, the whitelisted cookies that you want CloudFront to forward to your origin.

Declaration
public InputList<string> WhitelistedNames { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.