BackendServiceCdnPolicyArgs

fun BackendServiceCdnPolicyArgs(bypassCacheOnRequestHeaders: Output<List<BackendServiceCdnPolicyBypassCacheOnRequestHeaderArgs>>? = null, cacheKeyPolicy: Output<CacheKeyPolicyArgs>? = null, cacheMode: Output<BackendServiceCdnPolicyCacheMode>? = null, clientTtl: Output<Int>? = null, defaultTtl: Output<Int>? = null, maxTtl: Output<Int>? = null, negativeCaching: Output<Boolean>? = null, negativeCachingPolicy: Output<List<BackendServiceCdnPolicyNegativeCachingPolicyArgs>>? = null, requestCoalescing: Output<Boolean>? = null, serveWhileStale: Output<Int>? = null, signedUrlCacheMaxAgeSec: Output<String>? = null)