@Stability(value=Experimental) @Internal public static final class PublicHostedZoneProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PublicHostedZoneProps
PublicHostedZoneProps
software.amazon.jsii.JsiiObject.InitializationMode
PublicHostedZoneProps.Builder, PublicHostedZoneProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(Boolean caaAmazon,
IPrincipal crossAccountZoneDelegationPrincipal,
String crossAccountZoneDelegationRoleName,
String zoneName,
String comment,
String queryLogsLogGroupArn)
Constructor that initializes the object based on literal property values passed by the
PublicHostedZoneProps.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) |
Boolean |
getCaaAmazon()
(experimental) Whether to create a CAA record to restrict certificate authorities allowed to issue certificates for this domain to Amazon only.
|
String |
getComment()
(experimental) Any comments that you want to include about the hosted zone.
|
IPrincipal |
getCrossAccountZoneDelegationPrincipal()
(experimental) A principal which is trusted to assume a role for zone delegation.
|
String |
getCrossAccountZoneDelegationRoleName()
(experimental) The name of the role created for cross account delegation.
|
String |
getQueryLogsLogGroupArn()
(experimental) The Amazon Resource Name (ARN) for the log group that you want Amazon Route 53 to send query logs to.
|
String |
getZoneName()
(experimental) The name of the domain.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
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.protected Jsii$Proxy(Boolean caaAmazon, IPrincipal crossAccountZoneDelegationPrincipal, String crossAccountZoneDelegationRoleName, String zoneName, String comment, String queryLogsLogGroupArn)
PublicHostedZoneProps.Builder
.public final Boolean getCaaAmazon()
PublicHostedZoneProps
Default: false
getCaaAmazon
in interface PublicHostedZoneProps
public final IPrincipal getCrossAccountZoneDelegationPrincipal()
PublicHostedZoneProps
Default: - No delegation configuration
getCrossAccountZoneDelegationPrincipal
in interface PublicHostedZoneProps
public final String getCrossAccountZoneDelegationRoleName()
PublicHostedZoneProps
Default: - A role name is generated automatically
getCrossAccountZoneDelegationRoleName
in interface PublicHostedZoneProps
public final String getZoneName()
CommonHostedZoneProps
For resource record types that include a domain name, specify a fully qualified domain name.
getZoneName
in interface CommonHostedZoneProps
public final String getComment()
CommonHostedZoneProps
Default: none
getComment
in interface CommonHostedZoneProps
public final String getQueryLogsLogGroupArn()
CommonHostedZoneProps
Default: disabled
getQueryLogsLogGroupArn
in interface CommonHostedZoneProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.