Zero Trust Local Fallback Domain Args
data class ZeroTrustLocalFallbackDomainArgs(val accountId: Output<String>? = null, val domains: Output<List<ZeroTrustLocalFallbackDomainDomainArgs>>? = null, val policyId: Output<String>? = null) : ConvertibleToJava<ZeroTrustLocalFallbackDomainArgs>
Provides a Cloudflare Fallback Domain resource. Fallback domains are used to ignore DNS requests to a given list of domains. These DNS requests will be passed back to other DNS servers configured on existing network interfaces on the device.
Constructors
Link copied to clipboard
constructor(accountId: Output<String>? = null, domains: Output<List<ZeroTrustLocalFallbackDomainDomainArgs>>? = null, policyId: Output<String>? = null)