Class RegionBackendServiceCdnPolicyCacheKeyPolicyArgs


  • public final class RegionBackendServiceCdnPolicyCacheKeyPolicyArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • includeHost

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> includeHost()
        Returns:
        If true requests to different hosts will be cached separately.
      • includeNamedCookies

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> includeNamedCookies()
        Returns:
        Names of cookies to include in cache keys.
      • includeProtocol

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> includeProtocol()
        Returns:
        If true, http and https requests will be cached separately.
      • includeQueryString

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> includeQueryString()
        Returns:
        If true, include query string parameters in the cache key according to query_string_whitelist and query_string_blacklist. If neither is set, the entire query string will be included. If false, the query string will be excluded from the cache key entirely.
      • queryStringBlacklists

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> queryStringBlacklists()
        Returns:
        Names of query string parameters to exclude in cache keys. All other parameters will be included. Either specify query_string_whitelist or query_string_blacklist, not both. '&' and '=' will be percent encoded and not treated as delimiters.
      • queryStringWhitelists

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> queryStringWhitelists()
        Returns:
        Names of query string parameters to include in cache keys. All other parameters will be excluded. Either specify query_string_whitelist or query_string_blacklist, not both. '&' and '=' will be percent encoded and not treated as delimiters.