Class CfnDomain.DomainEntryProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lightsail.CfnDomain.DomainEntryProperty.Jsii$Proxy
All Implemented Interfaces:
CfnDomain.DomainEntryProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnDomain.DomainEntryProperty

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

    CfnDomain.DomainEntryProperty.Builder, CfnDomain.DomainEntryProperty.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnDomain.DomainEntryProperty.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 String
    The ID of the domain recordset entry.
    final Object
    When true , specifies whether the domain entry is an alias used by the Lightsail load balancer, Lightsail container service, Lightsail content delivery network (CDN) distribution, or another AWS resource.
    final String
    The name of the domain.
    final String
    The target IP address ( 192.0.2.0 ), or AWS name server ( ns-111.awsdns-22.com. ).
    final String
    The type of domain entry, such as address for IPv4 (A), address for IPv6 (AAAA), canonical name (CNAME), mail exchanger (MX), name server (NS), start of authority (SOA), service locator (SRV), or text (TXT).
    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