メインコンテンツまでスキップ

AWSCloudFrontCachePolicyParametersInCacheKeyAndForwardedToOrigin

No description

type AWSCloudFrontCachePolicyParametersInCacheKeyAndForwardedToOrigin {
cookiesConfiguration: AWSCloudFrontCachePolicyCookiesConfiguration!
enableAcceptEncodingGzip: Boolean!
headersConfiguration: AWSCloudFrontCachePolicyHeadersConfiguration!
queryStringsConfiguration: AWSCloudFrontCachePolicyQueryStringsConfiguration!
enableAcceptEncodingBrotli: Boolean!
}

Fields

AWSCloudFrontCachePolicyParametersInCacheKeyAndForwardedToOrigin.cookiesConfiguration ● AWSCloudFrontCachePolicyCookiesConfiguration! non-null object

An object that determines whether any cookies in viewer requests (and if so, which cookies) are included in the cache key and in requests that CloudFront sends to the origin

AWSCloudFrontCachePolicyParametersInCacheKeyAndForwardedToOrigin.enableAcceptEncodingGzip ● Boolean! non-null scalar

A flag that can affect whether the Accept-Encoding HTTP header is included in the cache key and included in requests that CloudFront sends to the origin

AWSCloudFrontCachePolicyParametersInCacheKeyAndForwardedToOrigin.headersConfiguration ● AWSCloudFrontCachePolicyHeadersConfiguration! non-null object

An object that determines whether any HTTP headers (and if so, which headers) are included in the cache key and in requests that CloudFront sends to the origin

AWSCloudFrontCachePolicyParametersInCacheKeyAndForwardedToOrigin.queryStringsConfiguration ● AWSCloudFrontCachePolicyQueryStringsConfiguration! non-null object

An object that determines whether any URL query strings in viewer requests (and if so, which query strings) are included in the cache key and in requests that CloudFront sends to the origin

AWSCloudFrontCachePolicyParametersInCacheKeyAndForwardedToOrigin.enableAcceptEncodingBrotli ● Boolean! non-null scalar

A flag that can affect whether the Accept-Encoding HTTP header is included in the cache key and included in requests that CloudFront sends to the origin

Member of

AWSCloudFrontCachePolicyConfiguration object