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 TypeMethodDescriptionA comment to add on the record.static ARecord.BuilderARecord.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.recordName(String recordName) The subdomain name for this record.ARecord.Builder.target(RecordTarget target) The target.The resource record cache time to live (TTL).ARecord.Builder.zone(IHostedZone zone) The hosted zone in which to define the new record.