Backend Bucket Cdn Policy Negative Caching Policy Args
    data class BackendBucketCdnPolicyNegativeCachingPolicyArgs(val code: Output<Int>? = null, val ttl: Output<Int>? = null) : ConvertibleToJava<BackendBucketCdnPolicyNegativeCachingPolicyArgs> 
Specify CDN TTLs for response error codes.
Constructors
Link copied to clipboard
                fun BackendBucketCdnPolicyNegativeCachingPolicyArgs(code: Output<Int>? = null, ttl: Output<Int>? = null)