Zero Trust Device Default Profile Local Domain Fallback Args
data class ZeroTrustDeviceDefaultProfileLocalDomainFallbackArgs(val accountId: Output<String>? = null, val domains: Output<List<ZeroTrustDeviceDefaultProfileLocalDomainFallbackDomainArgs>>? = null) : ConvertibleToJava<ZeroTrustDeviceDefaultProfileLocalDomainFallbackArgs>
Example Usage
resources:
exampleZeroTrustDeviceDefaultProfileLocalDomainFallback:
type: cloudflare:ZeroTrustDeviceDefaultProfileLocalDomainFallback
name: example_zero_trust_device_default_profile_local_domain_fallback
properties:
accountId: 699d98642c564d2e855e9661899b7252
domains:
- suffix: example.com
description: Domain bypass for local development
dns_server:
- 1.1.1.1
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(accountId: Output<String>? = null, domains: Output<List<ZeroTrustDeviceDefaultProfileLocalDomainFallbackDomainArgs>>? = null)