DnsRecord
No description
type DnsRecord {
name: String
type: String
value: String
}
Fields
DnsRecord.name ● String scalar
The name of the DNS record to create in the domain
DnsRecord.type ● String scalar
The type of DNS record (e.g.: CNAME)
DnsRecord.value ● String scalar
The value of the DNS record to add to the DNS database
Member Of
CustomDomainConfig object