Uses of Interface
software.amazon.awscdk.services.route53.IPrivateHostedZone
Packages that use IPrivateHostedZone
-
Uses of IPrivateHostedZone in software.amazon.awscdk.services.route53
Subinterfaces of IPrivateHostedZone in software.amazon.awscdk.services.route53Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIPrivateHostedZone
.Classes in software.amazon.awscdk.services.route53 that implement IPrivateHostedZoneModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
Create a Route53 private hosted zone for use in one or more VPCs.Methods in software.amazon.awscdk.services.route53 that return IPrivateHostedZoneModifier and TypeMethodDescriptionstatic IPrivateHostedZone
PrivateHostedZone.fromPrivateHostedZoneId
(software.constructs.Construct scope, String id, String privateHostedZoneId) Import a Route 53 private hosted zone defined either outside the CDK, or in a different CDK stack.