Interface IHostedZone
- All Superinterfaces:
IConstruct
,software.constructs.IConstruct
,IDependable
,IResource
,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IHostedZone.Jsii$Default
,IPrivateHostedZone
,IPrivateHostedZone.Jsii$Default
,IPublicHostedZone
,IPublicHostedZone.Jsii$Default
- All Known Implementing Classes:
HostedZone
,IHostedZone.Jsii$Proxy
,IPrivateHostedZone.Jsii$Proxy
,IPublicHostedZone.Jsii$Proxy
,PrivateHostedZone
,PublicHostedZone
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:43.026Z")
@Stability(Stable)
public interface IHostedZone
extends software.amazon.jsii.JsiiSerializable, IResource
Imported or created hosted zone.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIHostedZone
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionARN of this hosted zone, such as arn:${Partition}:route53:::hostedzone/${Id}.ID of this hosted zone, such as "Z23ABC4XYZL05B".Returns the set of name servers for the specific hosted zone.FQDN of this hosted zone.Methods inherited from interface software.amazon.awscdk.core.IConstruct
getNode
Methods inherited from interface software.amazon.awscdk.core.IResource
applyRemovalPolicy, getEnv, getStack
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getHostedZoneArn
ARN of this hosted zone, such as arn:${Partition}:route53:::hostedzone/${Id}. -
getHostedZoneId
ID of this hosted zone, such as "Z23ABC4XYZL05B". -
getZoneName
FQDN of this hosted zone. -
getHostedZoneNameServers
Returns the set of name servers for the specific hosted zone. For example: ns1.example.com.This attribute will be undefined for private hosted zones or hosted zones imported from another stack.
-