negative Caching Policies
suspend fun negativeCachingPolicies(value: Output<List<BackendServiceCdnPolicyNegativeCachingPolicyArgs>>)
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<BackendServiceCdnPolicyNegativeCachingPolicyArgs>)
suspend fun negativeCachingPolicies(values: List<Output<BackendServiceCdnPolicyNegativeCachingPolicyArgs>>)
suspend fun negativeCachingPolicies(vararg values: BackendServiceCdnPolicyNegativeCachingPolicyArgs)
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 BackendServiceCdnPolicyNegativeCachingPolicyArgsBuilder.() -> Unit>)
suspend fun negativeCachingPolicies(vararg argument: suspend BackendServiceCdnPolicyNegativeCachingPolicyArgsBuilder.() -> Unit)
suspend fun negativeCachingPolicies(argument: suspend BackendServiceCdnPolicyNegativeCachingPolicyArgsBuilder.() -> 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.