public static final class PrivateHostedZoneProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PrivateHostedZoneProps
PrivateHostedZoneProps
PrivateHostedZoneProps.Builder, PrivateHostedZoneProps.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 |
getComment()
Any comments that you want to include about the hosted zone.
|
java.lang.String |
getQueryLogsLogGroupArn()
The Amazon Resource Name (ARN) for the log group that you want Amazon Route 53 to send query logs to.
|
IVpc |
getVpc()
A VPC that you want to associate with this hosted zone.
|
java.lang.String |
getZoneName()
The name of 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 IVpc getVpc()
PrivateHostedZoneProps
Private hosted zones must be associated with at least one VPC. You can
associated additional VPCs using addVpc(vpc)
.
getVpc
in interface PrivateHostedZoneProps
public final java.lang.String getZoneName()
CommonHostedZoneProps
For resource record types that include a domain name, specify a fully qualified domain name.
getZoneName
in interface CommonHostedZoneProps
public final java.lang.String getComment()
CommonHostedZoneProps
Default: none
getComment
in interface CommonHostedZoneProps
public final java.lang.String getQueryLogsLogGroupArn()
CommonHostedZoneProps
Default: disabled
getQueryLogsLogGroupArn
in interface CommonHostedZoneProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()