@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:07.494Z") @Stability(value=Experimental) public interface AliasConfiguration extends software.amazon.jsii.JsiiSerializable
CloudFront can use a custom domain that you provide instead of a "cloudfront.net" domain. To use this feature you must provide the list of additional domains, and the ACM Certificate that CloudFront should use for these additional domains.
| Modifier and Type | Interface and Description |
|---|---|
static class |
AliasConfiguration.Builder
A builder for
AliasConfiguration |
static class |
AliasConfiguration.Jsii$Proxy
An implementation for
AliasConfiguration |
| Modifier and Type | Method and Description |
|---|---|
static AliasConfiguration.Builder |
builder() |
String |
getAcmCertRef()
(experimental) ARN of an AWS Certificate Manager (ACM) certificate.
|
List<String> |
getNames()
(experimental) Domain names on the certificate.
|
default SecurityPolicyProtocol |
getSecurityPolicy()
(experimental) The minimum version of the SSL protocol that you want CloudFront to use for HTTPS connections.
|
default SSLMethod |
getSslMethod()
(experimental) How CloudFront should serve HTTPS requests.
|
@Stability(value=Experimental) @NotNull String getAcmCertRef()
@Stability(value=Experimental) @NotNull List<String> getNames()
Both main domain name and Subject Alternative Names.
@Stability(value=Experimental) @Nullable default SecurityPolicyProtocol getSecurityPolicy()
CloudFront serves your objects only to browsers or devices that support at least the SSL version that you specify.
Default: - SSLv3 if sslMethod VIP, TLSv1 if sslMethod SNI
@Stability(value=Experimental) @Nullable default SSLMethod getSslMethod()
See the notes on SSLMethod if you wish to use other SSL termination types.
Default: SSLMethod.SNI
https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ViewerCertificate.html@Stability(value=Experimental) static AliasConfiguration.Builder builder()
AliasConfiguration.Builder of AliasConfigurationCopyright © 2020. All rights reserved.