negative Caching Policies
suspend fun negativeCachingPolicies(value: Output<List<BackendBucketCdnPolicyNegativeCachingPolicyArgs>>)
Parameters
value
Sets a cache TTL for the specified HTTP status code. negativeCaching must be enabled to configure negativeCachingPolicy. Omitting the policy and leaving negativeCaching enabled will use Cloud CDN's default cache TTLs. Structure is documented below.
suspend fun negativeCachingPolicies(vararg values: Output<BackendBucketCdnPolicyNegativeCachingPolicyArgs>)
suspend fun negativeCachingPolicies(values: List<Output<BackendBucketCdnPolicyNegativeCachingPolicyArgs>>)
Parameters
values
Sets a cache TTL for the specified HTTP status code. negativeCaching must be enabled to configure negativeCachingPolicy. Omitting the policy and leaving negativeCaching enabled will use Cloud CDN's default cache TTLs. Structure is documented below.
suspend fun negativeCachingPolicies(argument: List<suspend BackendBucketCdnPolicyNegativeCachingPolicyArgsBuilder.() -> Unit>)
suspend fun negativeCachingPolicies(vararg argument: suspend BackendBucketCdnPolicyNegativeCachingPolicyArgsBuilder.() -> Unit)
suspend fun negativeCachingPolicies(argument: suspend BackendBucketCdnPolicyNegativeCachingPolicyArgsBuilder.() -> Unit)
Parameters
argument
Sets a cache TTL for the specified HTTP status code. negativeCaching must be enabled to configure negativeCachingPolicy. Omitting the policy and leaving negativeCaching enabled will use Cloud CDN's default cache TTLs. Structure is documented below.