PageRuleActionsCacheTtlByStatusArgs

data class PageRuleActionsCacheTtlByStatusArgs(val codes: Output<String>, val ttl: Output<Int>) : ConvertibleToJava<PageRuleActionsCacheTtlByStatusArgs>

Constructors

Link copied to clipboard
constructor(codes: Output<String>, ttl: Output<Int>)

Properties

Link copied to clipboard
val codes: Output<String>

A HTTP code (e.g. 404) or range of codes (e.g. 400-499)

Link copied to clipboard
val ttl: Output<Int>

Duration a resource lives in the Cloudflare cache.

Functions

Link copied to clipboard
open override fun toJava(): PageRuleActionsCacheTtlByStatusArgs