Uses of Class
software.amazon.awscdk.services.route53.patterns.HttpsRedirect.Builder
Packages that use HttpsRedirect.Builder
Package
Description
CDK Construct library for higher-level Route 53 Constructs
-
Uses of HttpsRedirect.Builder in software.amazon.awscdk.services.route53.patterns
Methods in software.amazon.awscdk.services.route53.patterns that return HttpsRedirect.BuilderModifier and TypeMethodDescriptionHttpsRedirect.Builder.certificate(ICertificate certificate) The AWS Certificate Manager (ACM) certificate that will be associated with the CloudFront distribution that will be created.static HttpsRedirect.BuilderHttpsRedirect.Builder.recordNames(List<String> recordNames) The domain names that will redirect totargetDomain.HttpsRedirect.Builder.targetDomain(String targetDomain) The redirect target fully qualified domain name (FQDN).HttpsRedirect.Builder.zone(IHostedZone zone) Hosted zone of the domain which will be used to create alias record(s) from domain names in the hosted zone to the target domain.