ZoneDnsSettings

class ZoneDnsSettings : KotlinCustomResource

Example Usage

resources:
exampleZoneDnsSettings:
type: cloudflare:ZoneDnsSettings
name: example_zone_dns_settings
properties:
zoneId: 023e105f4ecef8ad9ca31a8372d0c353
flattenAllCnames: false
foundationDns: false
internalDns:
reference_zone_id: reference_zone_id
multiProvider: false
nameservers:
type: cloudflare.standard
ns_set: 1
nsTtl: 86400
secondaryOverrides: false
soa:
expire: 604800
min_ttl: 1800
mname: kristina.ns.cloudflare.com
refresh: 10000
retry: 2400
rname: admin.example.com
ttl: 3600
zoneMode: standard

Properties

Link copied to clipboard

Whether to flatten all CNAME records in the zone. Note that, due to DNS limitations, a CNAME record at the zone apex will always be flattened.

Link copied to clipboard
val foundationDns: Output<Boolean>?

Whether to enable Foundation DNS Advanced Nameservers on the zone.

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

Settings for this internal zone.

Link copied to clipboard
val multiProvider: Output<Boolean>?

Whether to enable multi-provider DNS, which causes Cloudflare to activate the zone even when non-Cloudflare NS records exist, and to respect NS records at the zone apex during outbound zone transfers.

Link copied to clipboard

Settings determining the nameservers through which the zone should be available.

Link copied to clipboard
val nsTtl: Output<Double>?

The time to live (TTL) of the zone's nameserver (NS) records.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Allows a Secondary DNS zone to use (proxied) override records and CNAME flattening at the zone apex.

Link copied to clipboard
val soa: Output<ZoneDnsSettingsSoa>

Components of the zone's SOA record.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val zoneId: Output<String>

Identifier

Link copied to clipboard
val zoneMode: Output<String>?

Whether the zone mode is a regular or CDN/DNS only zone. Available values: "standard", "cdnonly", "dnsonly".