| Package | Description |
|---|---|
| software.amazon.awscdk.services.route53.patterns |
CDK Construct library for higher-level Route 53 Constructs
|
| Modifier and Type | Method and Description |
|---|---|
HttpsRedirect.Builder |
HttpsRedirect.Builder.certificate(ICertificate certificate)
The AWS Certificate Manager (ACM) certificate that will be associated with the CloudFront distribution that will be created.
|
static HttpsRedirect.Builder |
HttpsRedirect.Builder.create(software.constructs.Construct scope,
String id) |
HttpsRedirect.Builder |
HttpsRedirect.Builder.recordNames(List<String> recordNames)
The domain names that will redirect to `targetDomain`.
|
HttpsRedirect.Builder |
HttpsRedirect.Builder.targetDomain(String targetDomain)
The redirect target fully qualified domain name (FQDN).
|
HttpsRedirect.Builder |
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.
|
Copyright © 2022. All rights reserved.