ZeroTrustLocalFallbackDomainArgs

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)

Properties

Link copied to clipboard
val accountId: Output<String>? = null

The account identifier to target for the resource.

Link copied to clipboard
Link copied to clipboard
val policyId: Output<String>? = null

The settings policy for which to configure this fallback domain policy.

Functions

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