AWSCloudFrontCachePolicyQueryStringsConfiguration
No description
type AWSCloudFrontCachePolicyQueryStringsConfiguration {
behavior: AWSCloudFrontCachePolicyQueryStringBehaviorType!
queryStrings: [String!]!
}
Fields
AWSCloudFrontCachePolicyQueryStringsConfiguration.behavior
● AWSCloudFrontCachePolicyQueryStringBehaviorType!
non-null enum
Indicates whether any URL query strings in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin
AWSCloudFrontCachePolicyQueryStringsConfiguration.queryStrings
● [String!]!
non-null scalar
A list of URL query string names
Member of
AWSCloudFrontCachePolicyParametersInCacheKeyAndForwardedToOrigin
object