@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:52.396Z") @Stability(value=Stable) 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()
ARN of an AWS Certificate Manager (ACM) certificate.
|
List<String> |
getNames()
Domain names on the certificate.
|
default SecurityPolicyProtocol |
getSecurityPolicy()
The minimum version of the SSL protocol that you want CloudFront to use for HTTPS connections.
|
default SSLMethod |
getSslMethod()
How CloudFront should serve HTTPS requests.
|
@Stability(value=Stable) @NotNull String getAcmCertRef()
@Stability(value=Stable) @NotNull List<String> getNames()
Both main domain name and Subject Alternative Names.
@Stability(value=Stable) @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=Stable) @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=Stable) static AliasConfiguration.Builder builder()
AliasConfiguration.Builder of AliasConfigurationCopyright © 2021. All rights reserved.