public static final class VpcEndpointServiceDomainNameProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VpcEndpointServiceDomainNameProps
VpcEndpointServiceDomainNameProps
VpcEndpointServiceDomainNameProps.Builder, VpcEndpointServiceDomainNameProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDomainName()
The domain name to use.
|
IVpcEndpointService |
getEndpointService()
The VPC Endpoint Service to configure Private DNS for.
|
IPublicHostedZone |
getPublicHostedZone()
The public hosted zone to use for the domain.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDomainName()
VpcEndpointServiceDomainNameProps
This domain name must be owned by this account (registered through Route53), or delegated to this account. Domain ownership will be verified by AWS before private DNS can be used.
getDomainName
in interface VpcEndpointServiceDomainNameProps
https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-services-dns-validation.html
public final IVpcEndpointService getEndpointService()
VpcEndpointServiceDomainNameProps
getEndpointService
in interface VpcEndpointServiceDomainNameProps
public final IPublicHostedZone getPublicHostedZone()
VpcEndpointServiceDomainNameProps
getPublicHostedZone
in interface VpcEndpointServiceDomainNameProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()