public static final class PublicHostedZoneProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PublicHostedZoneProps
PublicHostedZoneProps
PublicHostedZoneProps.Builder, PublicHostedZoneProps.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.Boolean |
getCaaAmazon()
Whether to create a CAA record to restrict certificate authorities allowed to issue certificates for this domain to Amazon only.
|
java.lang.String |
getComment()
Any comments that you want to include about the hosted zone.
|
IPrincipal |
getCrossAccountZoneDelegationPrincipal()
A principal which is trusted to assume a role for zone delegation.
|
java.lang.String |
getCrossAccountZoneDelegationRoleName()
The name of the role created for cross account delegation.
|
java.lang.String |
getQueryLogsLogGroupArn()
The Amazon Resource Name (ARN) for the log group that you want Amazon Route 53 to send query logs to.
|
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 java.lang.Boolean getCaaAmazon()
PublicHostedZoneProps
Default: false
getCaaAmazon
in interface PublicHostedZoneProps
public final IPrincipal getCrossAccountZoneDelegationPrincipal()
PublicHostedZoneProps
Default: - No delegation configuration
getCrossAccountZoneDelegationPrincipal
in interface PublicHostedZoneProps
public final java.lang.String getCrossAccountZoneDelegationRoleName()
PublicHostedZoneProps
Default: - A role name is generated automatically
getCrossAccountZoneDelegationRoleName
in interface PublicHostedZoneProps
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()