Amazon Route53 Construct Library
-
A comment to add on the record.
MxRecord.Builder.create(software.constructs.Construct scope,
String id)
Whether to delete the same record set in the hosted zone if it already exists (dangerous!).
The geographical origin for this record to return DNS records based on the user's location.
Whether to return multiple values, such as IP addresses for your web servers, in response to DNS queries.
The subdomain name for this record.
The Amazon EC2 Region where you created the resource that this resource record set refers to.
A string used to distinguish between different records with the same combination of DNS name and type.
The resource record cache time to live (TTL).
Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set.
The hosted zone in which to define the new record.