@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-25T18:29:06.748Z") public interface IHostedZone extends 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 |
---|---|
java.lang.String |
getHostedZoneArn()
ARN of this hosted zone, such as arn:${Partition}:route53:::hostedzone/${Id}.
|
java.lang.String |
getHostedZoneId()
ID of this hosted zone, such as "Z23ABC4XYZL05B".
|
default java.util.List<java.lang.String> |
getHostedZoneNameServers()
Returns the set of name servers for the specific hosted zone.
|
java.lang.String |
getZoneName()
FQDN of this hosted zone.
|
applyRemovalPolicy, getEnv, getStack
getNode
java.lang.String getHostedZoneArn()
java.lang.String getHostedZoneId()
java.lang.String getZoneName()
default java.util.List<java.lang.String> getHostedZoneNameServers()
This attribute will be undefined for private hosted zones or hosted zones imported from another stack.