@Stability(value=Experimental) @Internal public static final class HostedZoneProviderProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HostedZoneProviderProps
HostedZoneProviderPropssoftware.amazon.jsii.JsiiObject.InitializationModeHostedZoneProviderProps.Builder, HostedZoneProviderProps.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,
Boolean privateZone,
String vpcId)
Constructor that initializes the object based on literal property values passed by the
HostedZoneProviderProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDomainName()
(experimental) The zone domain e.g.
|
Boolean |
getPrivateZone()
(experimental) Whether the zone that is being looked up is a private hosted zone.
|
String |
getVpcId()
(experimental) Specifies the ID of the VPC associated with a private hosted zone.
|
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, Boolean privateZone, String vpcId)
HostedZoneProviderProps.Builder.public final String getDomainName()
HostedZoneProviderPropsgetDomainName in interface HostedZoneProviderPropspublic final Boolean getPrivateZone()
HostedZoneProviderPropsDefault: false
getPrivateZone in interface HostedZoneProviderPropspublic final String getVpcId()
HostedZoneProviderPropsIf a VPC ID is provided and privateZone is false, no results will be returned and an error will be raised
Default: - No VPC ID
getVpcId in interface HostedZoneProviderProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.