Uses of Interface
software.amazon.awscdk.services.route53.IPublicHostedZone
Packages that use IPublicHostedZone
-
Uses of IPublicHostedZone in software.amazon.awscdk.services.route53
Subinterfaces of IPublicHostedZone in software.amazon.awscdk.services.route53Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIPublicHostedZone
.Classes in software.amazon.awscdk.services.route53 that implement IPublicHostedZoneModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
Create a Route53 public hosted zone.Methods in software.amazon.awscdk.services.route53 that return IPublicHostedZoneModifier and TypeMethodDescriptionstatic IPublicHostedZone
PublicHostedZone.fromPublicHostedZoneId
(software.constructs.Construct scope, String id, String publicHostedZoneId) Import a Route 53 public hosted zone defined either outside the CDK, or in a different CDK stack.VpcEndpointServiceDomainNameProps.getPublicHostedZone()
The public hosted zone to use for the domain.final IPublicHostedZone
VpcEndpointServiceDomainNameProps.Jsii$Proxy.getPublicHostedZone()
Methods in software.amazon.awscdk.services.route53 with parameters of type IPublicHostedZoneModifier and TypeMethodDescriptionvoid
PublicHostedZone.addDelegation
(IPublicHostedZone delegate) Adds a delegation from this zone to a designated zone.void
PublicHostedZone.addDelegation
(IPublicHostedZone delegate, ZoneDelegationOptions opts) Adds a delegation from this zone to a designated zone.VpcEndpointServiceDomainName.Builder.publicHostedZone
(IPublicHostedZone publicHostedZone) The public hosted zone to use for the domain.VpcEndpointServiceDomainNameProps.Builder.publicHostedZone
(IPublicHostedZone publicHostedZone) Sets the value ofVpcEndpointServiceDomainNameProps.getPublicHostedZone()