@Generated(value="jsii-pacmak/0.20.3 (build 26aa77c)", date="2019-11-12T00:10:15.941Z") @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()
The ACM certificate;
Has to be in us-east-1
Default: - create a new certificate in us-east-1
EXPERIMENTAL
|
default List<String> |
getRecordNames()
The domain names to create that will redirect to `targetDomain`.
|
String |
getTargetDomain()
The redirect target domain.
|
IHostedZone |
getZone()
HostedZone of the domain.
|
@Stability(value=Experimental) String getTargetDomain()
@Stability(value=Experimental) IHostedZone getZone()
@Stability(value=Experimental) default ICertificate getCertificate()
@Stability(value=Experimental) default List<String> getRecordNames()
@Stability(value=Experimental) static HttpsRedirectProps.Builder builder()
HttpsRedirectProps.Builder of HttpsRedirectPropsCopyright © 2019. All rights reserved.