Edge Cache Service Routing Path Matcher Route Rule Route Action Cdn Policy Cache Key Policy Args
data class EdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicyCacheKeyPolicyArgs(val excludeHost: Output<Boolean>? = null, val excludeQueryString: Output<Boolean>? = null, val excludedQueryParameters: Output<List<String>>? = null, val includeProtocol: Output<Boolean>? = null, val includedCookieNames: Output<List<String>>? = null, val includedHeaderNames: Output<List<String>>? = null, val includedQueryParameters: Output<List<String>>? = null) : ConvertibleToJava<EdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicyCacheKeyPolicyArgs>
Constructors
Link copied to clipboard
fun EdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicyCacheKeyPolicyArgs(excludeHost: Output<Boolean>? = null, excludeQueryString: Output<Boolean>? = null, excludedQueryParameters: Output<List<String>>? = null, includeProtocol: Output<Boolean>? = null, includedCookieNames: Output<List<String>>? = null, includedHeaderNames: Output<List<String>>? = null, includedQueryParameters: Output<List<String>>? = null)
Functions
Properties
Link copied to clipboard
If true, requests to different hosts will be cached separately. Note: this should only be enabled if hosts share the same origin and content. Removing the host from the cache key may inadvertently result in different objects being cached than intended, depending on which route the first user matched.
Link copied to clipboard
If true, exclude query string parameters from the cache key If false (the default), include the query string parameters in the cache key according to includeQueryParameters and excludeQueryParameters. If neither includeQueryParameters nor excludeQueryParameters is set, the entire query string will be included.