FallbackDomain

class FallbackDomain : KotlinCustomResource

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.

Import

Fallback Domains for default device policies must use "default" as the policy ID.

$ pulumi import cloudflare:index/fallbackDomain:FallbackDomain example <account_id>/<policy_id>

Properties

Link copied to clipboard
val accountId: Output<String>

The account identifier to target for the resource.

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

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

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>