@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-19T23:09:29.687Z") @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, getStack
getNode
@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 © 2023. All rights reserved.