@Stability(value=Experimental) @Internal public static final class VpcEndpointServiceDomainNameProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VpcEndpointServiceDomainNameProps
VpcEndpointServiceDomainNamePropssoftware.amazon.jsii.JsiiObject.InitializationModeVpcEndpointServiceDomainNameProps.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.
|
protected |
Jsii$Proxy(String domainName,
IVpcEndpointService endpointService,
IPublicHostedZone publicHostedZone)
Constructor that initializes the object based on literal property values passed by the
VpcEndpointServiceDomainNameProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDomainName()
(experimental) The domain name to use.
|
IVpcEndpointService |
getEndpointService()
(experimental) The VPC Endpoint Service to configure Private DNS for.
|
IPublicHostedZone |
getPublicHostedZone()
(experimental) The public hosted zone to use for the domain.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String domainName, IVpcEndpointService endpointService, IPublicHostedZone publicHostedZone)
VpcEndpointServiceDomainNameProps.Builder.public final String getDomainName()
VpcEndpointServiceDomainNamePropsThis 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 VpcEndpointServiceDomainNamePropshttps://docs.aws.amazon.com/vpc/latest/userguide/endpoint-services-dns-validation.htmlpublic final IVpcEndpointService getEndpointService()
VpcEndpointServiceDomainNamePropsgetEndpointService in interface VpcEndpointServiceDomainNamePropspublic final IPublicHostedZone getPublicHostedZone()
VpcEndpointServiceDomainNamePropsgetPublicHostedZone in interface VpcEndpointServiceDomainNameProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.