Class AliasConfiguration.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudfront.AliasConfiguration.Jsii$Proxy
- All Implemented Interfaces:
AliasConfiguration,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AliasConfiguration
@Stability(Deprecated)
@Deprecated
@Internal
public static final class AliasConfiguration.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AliasConfiguration
Deprecated.
An implementation for
AliasConfiguration-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudfront.AliasConfiguration
AliasConfiguration.Builder, AliasConfiguration.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(AliasConfiguration.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theAliasConfiguration.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeDeprecated.final booleanDeprecated.final StringDeprecated.(deprecated) ARN of an AWS Certificate Manager (ACM) certificate.getNames()Deprecated.(deprecated) Domain names on the certificate.final SecurityPolicyProtocolDeprecated.(deprecated) The minimum version of the SSL protocol that you want CloudFront to use for HTTPS connections.final SSLMethodDeprecated.(deprecated) How CloudFront should serve HTTPS requests.final inthashCode()Deprecated.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theAliasConfiguration.Builder.
-
-
Method Details
-
getAcmCertRef
Deprecated.Description copied from interface:AliasConfiguration(deprecated) ARN of an AWS Certificate Manager (ACM) certificate.- Specified by:
getAcmCertRefin interfaceAliasConfiguration
-
getNames
Deprecated.Description copied from interface:AliasConfiguration(deprecated) Domain names on the certificate.Both main domain name and Subject Alternative Names.
- Specified by:
getNamesin interfaceAliasConfiguration
-
getSecurityPolicy
Deprecated.Description copied from interface:AliasConfiguration(deprecated) The minimum version of the SSL protocol that you want CloudFront to use for HTTPS connections.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
- Specified by:
getSecurityPolicyin interfaceAliasConfiguration
-
getSslMethod
Deprecated.Description copied from interface:AliasConfiguration(deprecated) How CloudFront should serve HTTPS requests.See the notes on SSLMethod if you wish to use other SSL termination types.
Default: SSLMethod.SNI
- Specified by:
getSslMethodin interfaceAliasConfiguration- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-