Enum RecordType
The record type.
Namespace: Amazon.CDK.AWS.Route53
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum RecordType
Syntax (vb)
Public Enum RecordType
Synopsis
Fields
| A | route traffic to a resource, such as a web server, using an IPv4 address in dotted decimal notation. |
| AAAA | route traffic to a resource, such as a web server, using an IPv6 address in colon-separated hexadecimal format. |
| CAA | A CAA record specifies which certificate authorities (CAs) are allowed to issue certificates for a domain or subdomain. |
| CNAME | A CNAME record maps DNS queries for the name of the current record, such as acme.example.com, to another domain (example.com or example.net) or subdomain (acme.example.com or zenith.example.org). |
| DS | A delegation signer (DS) record refers a zone key for a delegated subdomain zone. |
| HTTPS | An HTTPS resource record is a form of the Service Binding (SVCB) DNS record that provides extended configuration information, enabling a client to easily and securely connect to a service with an HTTP protocol. |
| MX | An MX record specifies the names of your mail servers and, if you have two or more mail servers, the priority order. |
| NAPTR | A Name Authority Pointer (NAPTR) is a type of record that is used by Dynamic Delegation Discovery System (DDDS) applications to convert one value to another or to replace one value with another. |
| NS | An NS record identifies the name servers for the hosted zone. |
| PTR | A PTR record maps an IP address to the corresponding domain name. |
| SOA | A start of authority (SOA) record provides information about a domain and the corresponding Amazon Route 53 hosted zone. |
| SPF | SPF records were formerly used to verify the identity of the sender of email messages. |
| SRV | An SRV record Value element consists of four space-separated values. |
| SSHFP | A Secure Shell fingerprint record (SSHFP) identifies SSH keys associated with the domain name. |
| SVCB | You use an SVCB record to deliver configuration information for accessing service endpoints. |
| TLSA | You use a TLSA record to use DNS-Based Authentication of Named Entities (DANE). |
| TXT | A TXT record contains one or more strings that are enclosed in double quotation marks ("). |
Fields
| Name | Description |
|---|---|
| A | route traffic to a resource, such as a web server, using an IPv4 address in dotted decimal notation. |
| AAAA | route traffic to a resource, such as a web server, using an IPv6 address in colon-separated hexadecimal format. |
| CAA | A CAA record specifies which certificate authorities (CAs) are allowed to issue certificates for a domain or subdomain. |
| CNAME | A CNAME record maps DNS queries for the name of the current record, such as acme.example.com, to another domain (example.com or example.net) or subdomain (acme.example.com or zenith.example.org). |
| DS | A delegation signer (DS) record refers a zone key for a delegated subdomain zone. |
| HTTPS | An HTTPS resource record is a form of the Service Binding (SVCB) DNS record that provides extended configuration information, enabling a client to easily and securely connect to a service with an HTTP protocol. |
| MX | An MX record specifies the names of your mail servers and, if you have two or more mail servers, the priority order. |
| NAPTR | A Name Authority Pointer (NAPTR) is a type of record that is used by Dynamic Delegation Discovery System (DDDS) applications to convert one value to another or to replace one value with another. |
| NS | An NS record identifies the name servers for the hosted zone. |
| PTR | A PTR record maps an IP address to the corresponding domain name. |
| SOA | A start of authority (SOA) record provides information about a domain and the corresponding Amazon Route 53 hosted zone. |
| SPF | SPF records were formerly used to verify the identity of the sender of email messages. |
| SRV | An SRV record Value element consists of four space-separated values. |
| SSHFP | A Secure Shell fingerprint record (SSHFP) identifies SSH keys associated with the domain name. |
| SVCB | You use an SVCB record to deliver configuration information for accessing service endpoints. |
| TLSA | You use a TLSA record to use DNS-Based Authentication of Named Entities (DANE). |
| TXT | A TXT record contains one or more strings that are enclosed in double quotation marks ("). |