GoogleDomainsDnsArgs

data class GoogleDomainsDnsArgs(val dsState: Output<GoogleDomainsDnsDsState>) : ConvertibleToJava<GoogleDomainsDnsArgs>

Configuration for using the free DNS zone provided by Google Domains as a Registration's dns_provider. You cannot configure the DNS zone itself using the API. To configure the DNS zone, go to Google Domains.

Constructors

Link copied to clipboard
constructor(dsState: Output<GoogleDomainsDnsDsState>)

Properties

Link copied to clipboard

The state of DS records for this domain. Used to enable or disable automatic DNSSEC.

Functions

Link copied to clipboard
open override fun toJava(): GoogleDomainsDnsArgs