Dns Record Args
constructor(comment: Output<String>? = null, content: Output<String>? = null, data: Output<DnsRecordDataArgs>? = null, name: Output<String>? = null, priority: Output<Double>? = null, proxied: Output<Boolean>? = null, settings: Output<DnsRecordSettingsArgs>? = null, tags: Output<List<String>>? = null, ttl: Output<Double>? = null, type: Output<String>? = null, zoneId: Output<String>? = null)