@Stability(value=Experimental) @Internal public static final class HostedZoneContextQuery.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HostedZoneContextQuery
HostedZoneContextQuerysoftware.amazon.jsii.JsiiObject.InitializationModeHostedZoneContextQuery.Builder, HostedZoneContextQuery.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 account,
String domainName,
String region,
String lookupRoleArn,
Boolean privateZone,
String vpcId)
Constructor that initializes the object based on literal property values passed by the
HostedZoneContextQuery.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAccount()
(experimental) Query account.
|
String |
getDomainName()
(experimental) The domain name e.g.
|
String |
getLookupRoleArn()
(experimental) The ARN of the role that should be used to look up the missing values.
|
Boolean |
getPrivateZone()
(experimental) True if the zone you want to find is a private hosted zone.
|
String |
getRegion()
(experimental) Query region.
|
String |
getVpcId()
(experimental) The VPC ID to that the private zone must be associated with.
|
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.public final String getAccount()
HostedZoneContextQuerygetAccount in interface HostedZoneContextQuerypublic final String getDomainName()
HostedZoneContextQuerygetDomainName in interface HostedZoneContextQuerypublic final String getRegion()
HostedZoneContextQuerygetRegion in interface HostedZoneContextQuerypublic final String getLookupRoleArn()
HostedZoneContextQueryDefault: - None
getLookupRoleArn in interface HostedZoneContextQuerypublic final Boolean getPrivateZone()
HostedZoneContextQueryDefault: false
getPrivateZone in interface HostedZoneContextQuerypublic final String getVpcId()
HostedZoneContextQueryIf you provide VPC ID and privateZone is false, this will return no results and raise an error.
Default: - Required if privateZone=true
getVpcId in interface HostedZoneContextQuery@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.