Show / Hide Table of Contents

Class DistributionOrderedCacheBehaviorForwardedValuesCookies

Inheritance
System.Object
DistributionOrderedCacheBehaviorForwardedValuesCookies
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 DistributionOrderedCacheBehaviorForwardedValuesCookies

Fields

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 readonly string Forward
Field Value
Type Description
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 readonly ImmutableArray<string> WhitelistedNames
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.