DomainArgs

constructor(authCode: Output<String>? = null, autoRenew: Output<Boolean>? = null, consent: Output<DomainPurchaseConsentArgs>? = null, contactAdmin: Output<ContactArgs>? = null, contactBilling: Output<ContactArgs>? = null, contactRegistrant: Output<ContactArgs>? = null, contactTech: Output<ContactArgs>? = null, dnsType: Output<DnsType>? = null, dnsZoneId: Output<String>? = null, domainName: Output<String>? = null, kind: Output<String>? = null, location: Output<String>? = null, privacy: Output<Boolean>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null, targetDnsType: Output<DnsType>? = null)