Class DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs
Inheritance
System.Object
DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs
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 DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs : ResourceArgs
Constructors
View SourceDistributionOrderedCacheBehaviorForwardedValuesCookiesArgs()
Declaration
public DistributionOrderedCacheBehaviorForwardedValuesCookiesArgs()
Properties
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 Input<string> Forward { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |