Skip to main content

AWSCloudFrontCachePolicyCookiesConfiguration

No description

type AWSCloudFrontCachePolicyCookiesConfiguration {
behavior: AWSCloudFrontCachePolicyCookieBehaviorType!
cookies: [String!]!
}

Fields

AWSCloudFrontCachePolicyCookiesConfiguration.behavior ● AWSCloudFrontCachePolicyCookieBehaviorType! non-null enum

Indicates whether cookies in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin

AWSCloudFrontCachePolicyCookiesConfiguration.cookies ● [String!]! non-null scalar

A list of cookie names

Member of

AWSCloudFrontCachePolicyParametersInCacheKeyAndForwardedToOrigin object