Class DistributionDefaultCacheBehaviorForwardedValuesCookies
Inheritance
System.Object
DistributionDefaultCacheBehaviorForwardedValuesCookies
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 DistributionDefaultCacheBehaviorForwardedValuesCookies
Fields
View SourceForward
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 |
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> |