@Stability(value=Deprecated) @Deprecated @Internal public static final class AliasConfiguration.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AliasConfiguration
AliasConfigurationsoftware.amazon.jsii.JsiiObject.InitializationModeAliasConfiguration.Builder, AliasConfiguration.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(AliasConfiguration.Builder builder)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
AliasConfiguration.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
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()
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getAcmCertRef()
Deprecated.
(deprecated) ARN of an AWS Certificate Manager (ACM) certificate.
|
List<String> |
getNames()
Deprecated.
(deprecated) Domain names on the certificate.
|
SecurityPolicyProtocol |
getSecurityPolicy()
Deprecated.
(deprecated) The minimum version of the SSL protocol that you want CloudFront to use for HTTPS connections.
|
SSLMethod |
getSslMethod()
Deprecated.
(deprecated) How CloudFront should serve HTTPS requests.
|
int |
hashCode()
Deprecated.
|
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(AliasConfiguration.Builder builder)
AliasConfiguration.Builder.public final String getAcmCertRef()
AliasConfigurationgetAcmCertRef in interface AliasConfigurationpublic final List<String> getNames()
AliasConfigurationBoth main domain name and Subject Alternative Names.
getNames in interface AliasConfigurationpublic final SecurityPolicyProtocol getSecurityPolicy()
AliasConfigurationCloudFront 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
getSecurityPolicy in interface AliasConfigurationpublic final SSLMethod getSslMethod()
AliasConfigurationSee the notes on SSLMethod if you wish to use other SSL termination types.
Default: SSLMethod.SNI
getSslMethod in interface AliasConfigurationhttps://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ViewerCertificate.html@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.