Zero Trust Device Custom Profile Local Domain Fallback Args
data class ZeroTrustDeviceCustomProfileLocalDomainFallbackArgs(val accountId: Output<String>? = null, val domains: Output<List<ZeroTrustDeviceCustomProfileLocalDomainFallbackDomainArgs>>? = null, val policyId: Output<String>? = null) : ConvertibleToJava<ZeroTrustDeviceCustomProfileLocalDomainFallbackArgs>
Example Usage
resources:
exampleZeroTrustDeviceCustomProfileLocalDomainFallback:
type: cloudflare:ZeroTrustDeviceCustomProfileLocalDomainFallback
name: example_zero_trust_device_custom_profile_local_domain_fallback
properties:
accountId: 699d98642c564d2e855e9661899b7252
policyId: f174e90a-fafe-4643-bbbc-4a0ed4fc8415
domains:
- suffix: example.com
description: Domain bypass for local development
dns_server:
- 1.1.1.1
Content copied to clipboard
Import
$ pulumi import cloudflare:index/zeroTrustDeviceCustomProfileLocalDomainFallback:ZeroTrustDeviceCustomProfileLocalDomainFallback example '<account_id>/<policy_id>'
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(accountId: Output<String>? = null, domains: Output<List<ZeroTrustDeviceCustomProfileLocalDomainFallbackDomainArgs>>? = null, policyId: Output<String>? = null)