Skip to main content

ISESV2SOARecord

Interface in AWS.SESV2

Interface for SESV2 SOARecord.

Properties

AdminEmail

property AdminEmail: string

Administrative contact email from the SOA record.

This property contains the email address of the administrative contact specified in the Start of Authority (SOA) DNS record for the domain. The administrative contact email is typically used by DNS administrators and other systems to contact the responsible party for the domain when DNS-related issues occur. This field is extracted directly from the SOA record's RNAME field.

PrimaryNameServer

property PrimaryNameServer: string

Primary name server specified in the SOA record.

This property contains the fully qualified domain name (FQDN) of the primary name server that is authoritative for the domain, as specified in the SOA record. The primary name server is the authoritative source for DNS information about the domain and is responsible for maintaining the master copy of the domain's DNS zone data. This corresponds to the MNAME field in the SOA record.

SerialNumber

property SerialNumber: TOptional<Int64>

Serial number from the SOA record.

This property contains the serial number from the Start of Authority DNS record, which is used to track changes to the DNS zone. The serial number is typically incremented each time the DNS zone is modified, allowing secondary name servers to determine when they need to update their copies of the zone data. This corresponds to the SERIAL field in the SOA record.