Uses of Class
software.amazon.awscdk.services.route53.ARecord.Builder
Packages that use ARecord.Builder
-
Uses of ARecord.Builder in software.amazon.awscdk.services.route53
Methods in software.amazon.awscdk.services.route53 that return ARecord.BuilderModifier and TypeMethodDescriptionARecord.Builder.cidrRoutingConfig
(CidrRoutingConfig cidrRoutingConfig) The object that is specified in resource record set object when you are linking a resource record set to a CIDR location.A comment to add on the record.static ARecord.Builder
ARecord.Builder.deleteExisting
(Boolean deleteExisting) Whether to delete the same record set in the hosted zone if it already exists (dangerous!).ARecord.Builder.geoLocation
(GeoLocation geoLocation) The geographical origin for this record to return DNS records based on the user's location.ARecord.Builder.healthCheck
(IHealthCheck healthCheck) The health check to associate with the record set.ARecord.Builder.multiValueAnswer
(Boolean multiValueAnswer) Whether to return multiple values, such as IP addresses for your web servers, in response to DNS queries.ARecord.Builder.recordName
(String recordName) The subdomain name for this record.The Amazon EC2 Region where you created the resource that this resource record set refers to.ARecord.Builder.setIdentifier
(String setIdentifier) A string used to distinguish between different records with the same combination of DNS name and type.ARecord.Builder.target
(RecordTarget target) The target.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.ARecord.Builder.zone
(IHostedZone zone) The hosted zone in which to define the new record.