@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:43.803Z") @Stability(value=Stable) public interface IHostedZone extends software.amazon.jsii.JsiiSerializable, IResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IHostedZone.Jsii$Default
Internal default implementation for
IHostedZone. |
static class |
IHostedZone.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHostedZoneArn()
ARN of this hosted zone, such as arn:${Partition}:route53:::hostedzone/${Id}.
|
String |
getHostedZoneId()
ID of this hosted zone, such as "Z23ABC4XYZL05B".
|
default List<String> |
getHostedZoneNameServers()
Returns the set of name servers for the specific hosted zone.
|
String |
getZoneName()
FQDN of this hosted zone.
|
applyRemovalPolicy, getEnv, getStackgetNode@Stability(value=Stable) @NotNull String getHostedZoneArn()
@Stability(value=Stable) @NotNull String getHostedZoneId()
@Stability(value=Stable) @NotNull String getZoneName()
@Stability(value=Stable) @Nullable default List<String> getHostedZoneNameServers()
This attribute will be undefined for private hosted zones or hosted zones imported from another stack.
Copyright © 2022. All rights reserved.