@Stability(value=Stable) @Internal public static final class HttpsRedirectProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpsRedirectProps
HttpsRedirectPropssoftware.amazon.jsii.JsiiObject.InitializationModeHttpsRedirectProps.Builder, HttpsRedirectProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(HttpsRedirectProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
HttpsRedirectProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
ICertificate |
getCertificate()
The AWS Certificate Manager (ACM) certificate that will be associated with the CloudFront distribution that will be created.
|
List<String> |
getRecordNames()
The domain names that will redirect to `targetDomain`.
|
String |
getTargetDomain()
The redirect target fully qualified domain name (FQDN).
|
IHostedZone |
getZone()
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.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(HttpsRedirectProps.Builder builder)
HttpsRedirectProps.Builder.public final String getTargetDomain()
HttpsRedirectPropsAn alias record will be created that points to your CloudFront distribution. Root domain or sub-domain can be supplied.
getTargetDomain in interface HttpsRedirectPropspublic final IHostedZone getZone()
HttpsRedirectProps
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).
getZone in interface HttpsRedirectPropspublic final ICertificate getCertificate()
HttpsRedirectPropsIf provided, the certificate must be stored in us-east-1 (N. Virginia)
Default: - A new certificate is created in us-east-1 (N. Virginia)
getCertificate in interface HttpsRedirectPropspublic final List<String> getRecordNames()
HttpsRedirectPropsDefault: - the domain name of the hosted zone
getRecordNames in interface HttpsRedirectProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.