Enum RecordType

java.lang.Object
java.lang.Enum<RecordType>
software.amazon.awscdk.services.route53.RecordType
All Implemented Interfaces:
Serializable, Comparable<RecordType>, java.lang.constant.Constable

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:43.043Z") @Stability(Stable) public enum RecordType extends Enum<RecordType>
The record type.
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    route traffic to a resource, such as a web server, using an IPv4 address in dotted decimal notation.
    route traffic to a resource, such as a web server, using an IPv6 address in colon-separated hexadecimal format.
    A CAA record specifies which certificate authorities (CAs) are allowed to issue certificates for a domain or subdomain.
    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).
    A delegation signer (DS) record refers a zone key for a delegated subdomain zone.
    An MX record specifies the names of your mail servers and, if you have two or more mail servers, the priority order.
    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.
    An NS record identifies the name servers for the hosted zone.
    A PTR record maps an IP address to the corresponding domain name.
    A start of authority (SOA) record provides information about a domain and the corresponding Amazon Route 53 hosted zone.
    SPF records were formerly used to verify the identity of the sender of email messages.
    An SRV record Value element consists of four space-separated values.
    A TXT record contains one or more strings that are enclosed in double quotation marks (").
  • Method Summary

    Modifier and Type
    Method
    Description
    static RecordType
    Returns the enum constant of this type with the specified name.
    static RecordType[]
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait