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.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudfront.AliasConfiguration

    AliasConfiguration.Builder, AliasConfiguration.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    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.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
    Deprecated.
     
    final boolean
    Deprecated.
     
    final String
    Deprecated.
    (deprecated) ARN of an AWS Certificate Manager (ACM) certificate.
    final List<String>
    Deprecated.
    (deprecated) Domain names on the certificate.
    Deprecated.
    (deprecated) The minimum version of the SSL protocol that you want CloudFront to use for HTTPS connections.
    final SSLMethod
    Deprecated.
    (deprecated) How CloudFront should serve HTTPS requests.
    final int
    Deprecated.
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(AliasConfiguration.Builder builder)
      Deprecated.
      Constructor that initializes the object based on literal property values passed by the AliasConfiguration.Builder.
  • Method Details

    • getAcmCertRef

      public final String getAcmCertRef()
      Deprecated.
      Description copied from interface: AliasConfiguration
      (deprecated) ARN of an AWS Certificate Manager (ACM) certificate.
      Specified by:
      getAcmCertRef in interface AliasConfiguration
    • getNames

      public final List<String> getNames()
      Deprecated.
      Description copied from interface: AliasConfiguration
      (deprecated) Domain names on the certificate.

      Both main domain name and Subject Alternative Names.

      Specified by:
      getNames in interface AliasConfiguration
    • getSecurityPolicy

      public final SecurityPolicyProtocol 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:
      getSecurityPolicy in interface AliasConfiguration
    • getSslMethod

      public final SSLMethod 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:
      getSslMethod in interface AliasConfiguration
      See Also:
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Deprecated.
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object