AWSCloudFrontCachePolicyHeadersConfiguration
No description
type AWSCloudFrontCachePolicyHeadersConfiguration {
behavior: AWSCloudFrontCachePolicyHeaderBehaviorType!
headers: [String!]!
}
Fields
AWSCloudFrontCachePolicyHeadersConfiguration.behavior
● AWSCloudFrontCachePolicyHeaderBehaviorType!
non-null enum
Indicates whether any HTTP headers are included in the cache key and automatically included in requests that CloudFront sends to the origin
AWSCloudFrontCachePolicyHeadersConfiguration.headers
● [String!]!
non-null scalar
A list of HTTP header names
Member of
AWSCloudFrontCachePolicyParametersInCacheKeyAndForwardedToOrigin
object