@Stability(value=Stable) @Internal public static final class HostedZoneProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HostedZoneProps
HostedZonePropssoftware.amazon.jsii.JsiiObject.InitializationModeHostedZoneProps.Builder, HostedZoneProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(HostedZoneProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
HostedZoneProps.Builder. |
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(Object o) |
String |
getComment()
Any comments that you want to include about the hosted zone.
|
String |
getQueryLogsLogGroupArn()
The Amazon Resource Name (ARN) for the log group that you want Amazon Route 53 to send query logs to.
|
List<IVpc> |
getVpcs()
A VPC that you want to associate with this hosted zone.
|
String |
getZoneName()
The name of 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(HostedZoneProps.Builder builder)
HostedZoneProps.Builder.public final List<IVpc> getVpcs()
HostedZonePropsWhen you specify this property, a private hosted zone will be created.
You can associate additional VPCs to this private zone using addVpc(vpc).
Default: public (no VPCs associated)
getVpcs in interface HostedZonePropspublic final String getZoneName()
CommonHostedZonePropsFor resource record types that include a domain name, specify a fully qualified domain name.
getZoneName in interface CommonHostedZonePropspublic final String getComment()
CommonHostedZonePropsDefault: none
getComment in interface CommonHostedZonePropspublic final String getQueryLogsLogGroupArn()
CommonHostedZonePropsDefault: disabled
getQueryLogsLogGroupArn in interface CommonHostedZoneProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.