Class HttpsRedirectProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.route53.patterns.HttpsRedirectProps.Jsii$Proxy
All Implemented Interfaces:
HttpsRedirectProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
HttpsRedirectProps

@Stability(Stable) @Internal public static final class HttpsRedirectProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpsRedirectProps
An implementation for HttpsRedirectProps
  • 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.route53.patterns.HttpsRedirectProps

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the HttpsRedirectProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    The AWS Certificate Manager (ACM) certificate that will be associated with the CloudFront distribution that will be created.
    final List<String>
    The domain names that will redirect to targetDomain.
    final String
    The redirect target fully qualified domain name (FQDN).
    Hosted zone of the domain which will be used to create alias record(s) from domain names in the hosted zone to the target domain.
    final int
     

    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)
      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(HttpsRedirectProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the HttpsRedirectProps.Builder.
  • Method Details

    • getTargetDomain

      public final String getTargetDomain()
      Description copied from interface: HttpsRedirectProps
      The redirect target fully qualified domain name (FQDN).

      An alias record will be created that points to your CloudFront distribution. Root domain or sub-domain can be supplied.

      Specified by:
      getTargetDomain in interface HttpsRedirectProps
    • getZone

      public final IHostedZone getZone()
      Description copied from interface: HttpsRedirectProps
      Hosted zone of the domain which will be used to create alias record(s) from domain names in the hosted zone to the target domain.

      The hosted zone must contain entries for the domain name(s) supplied through recordNames that will redirect to the target domain.

      Domain names in the hosted zone can include a specific domain (example.com) and its subdomains (acme.example.com, zenith.example.com).

      Specified by:
      getZone in interface HttpsRedirectProps
    • getCertificate

      public final ICertificate getCertificate()
      Description copied from interface: HttpsRedirectProps
      The AWS Certificate Manager (ACM) certificate that will be associated with the CloudFront distribution that will be created.

      If provided, the certificate must be stored in us-east-1 (N. Virginia)

      Default: - A new certificate is created in us-east-1 (N. Virginia)

      Specified by:
      getCertificate in interface HttpsRedirectProps
    • getRecordNames

      public final List<String> getRecordNames()
      Description copied from interface: HttpsRedirectProps
      The domain names that will redirect to targetDomain.

      Default: - the domain name of the hosted zone

      Specified by:
      getRecordNames in interface HttpsRedirectProps
    • $jsii$toJson

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

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

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