Class HostedZoneProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the HostedZoneProps.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
     
    final Boolean
    Whether to add a trailing dot to the zone name.
    final String
    Any comments that you want to include about the hosted zone.
    final String
    The Amazon Resource Name (ARN) for the log group that you want Amazon Route 53 to send query logs to.
    final List<IVpc>
    A VPC that you want to associate with this hosted zone.
    final String
    The name of the 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(HostedZoneProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the HostedZoneProps.Builder.
  • Method Details

    • getVpcs

      public final List<IVpc> getVpcs()
      Description copied from interface: HostedZoneProps
      A VPC that you want to associate with this hosted zone.

      When you specify this property, a private hosted zone will be created.

      You can associate additional VPCs to this private zone using addVpc(vpc).

      Default: public (no VPCs associated)

      Specified by:
      getVpcs in interface HostedZoneProps
    • getZoneName

      public final String getZoneName()
      Description copied from interface: CommonHostedZoneProps
      The name of the domain.

      For resource record types that include a domain name, specify a fully qualified domain name.

      Specified by:
      getZoneName in interface CommonHostedZoneProps
    • getAddTrailingDot

      public final Boolean getAddTrailingDot()
      Description copied from interface: CommonHostedZoneProps
      Whether to add a trailing dot to the zone name.

      Default: true

      Specified by:
      getAddTrailingDot in interface CommonHostedZoneProps
    • getComment

      public final String getComment()
      Description copied from interface: CommonHostedZoneProps
      Any comments that you want to include about the hosted zone.

      Default: none

      Specified by:
      getComment in interface CommonHostedZoneProps
    • getQueryLogsLogGroupArn

      public final String getQueryLogsLogGroupArn()
      Description copied from interface: CommonHostedZoneProps
      The Amazon Resource Name (ARN) for the log group that you want Amazon Route 53 to send query logs to.

      Default: disabled

      Specified by:
      getQueryLogsLogGroupArn in interface CommonHostedZoneProps
    • $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