@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:32.078Z") @Stability(value=Experimental) public interface HttpsRedirectProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpsRedirectProps.Builder
A builder for
HttpsRedirectProps |
static class |
HttpsRedirectProps.Jsii$Proxy
An implementation for
HttpsRedirectProps |
| Modifier and Type | Method and Description |
|---|---|
static HttpsRedirectProps.Builder |
builder() |
default ICertificate |
getCertificate()
(experimental) The AWS Certificate Manager (ACM) certificate that will be associated with the CloudFront distribution that will be created.
|
default List<String> |
getRecordNames()
(experimental) The domain names that will redirect to `targetDomain`.
|
String |
getTargetDomain()
(experimental) The redirect target fully qualified domain name (FQDN).
|
IHostedZone |
getZone()
(experimental) 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.
|
@Stability(value=Experimental) @NotNull String getTargetDomain()
An alias record will be created that points to your CloudFront distribution. Root domain or sub-domain can be supplied.
@Stability(value=Experimental) @NotNull IHostedZone getZone()
The hosted zone must
contain entries for the domain name(s) supplied through recordNames that
will redirect to the target domain.
Domain names in the hosted zone can include a specific domain (example.com) and its subdomains (acme.example.com, zenith.example.com).
@Stability(value=Experimental) @Nullable default ICertificate getCertificate()
If provided, the certificate must be stored in us-east-1 (N. Virginia)
Default: - A new certificate is created in us-east-1 (N. Virginia)
@Stability(value=Experimental) @Nullable default List<String> getRecordNames()
Default: - the domain name of the hosted zone
@Stability(value=Experimental) static HttpsRedirectProps.Builder builder()
HttpsRedirectProps.Builder of HttpsRedirectPropsCopyright © 2021. All rights reserved.