@Stability(value=Experimental) @Internal public static final class PrivateHostedZoneProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PrivateHostedZoneProps
PrivateHostedZonePropssoftware.amazon.jsii.JsiiObject.InitializationModePrivateHostedZoneProps.Builder, PrivateHostedZoneProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(IVpc vpc,
String zoneName,
String comment,
String queryLogsLogGroupArn)
Constructor that initializes the object based on literal property values passed by the
PrivateHostedZoneProps.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()
(experimental) Any comments that you want to include about the hosted zone.
|
String |
getQueryLogsLogGroupArn()
(experimental) The Amazon Resource Name (ARN) for the log group that you want Amazon Route 53 to send query logs to.
|
IVpc |
getVpc()
(experimental) A VPC that you want to associate with this hosted zone.
|
String |
getZoneName()
(experimental) 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(IVpc vpc, String zoneName, String comment, String queryLogsLogGroupArn)
PrivateHostedZoneProps.Builder.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 PrivateHostedZonePropspublic 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 © 2021. All rights reserved.