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 interfaceInternal default implementation forIPrivateHostedZone.Classes in software.amazon.awscdk.services.route53 that implement IPrivateHostedZoneModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classCreate a Route53 private hosted zone for use in one or more VPCs.Methods in software.amazon.awscdk.services.route53 that return IPrivateHostedZoneModifier and TypeMethodDescriptionstatic IPrivateHostedZonePrivateHostedZone.fromPrivateHostedZoneAttributes(software.constructs.Construct scope, String id, PrivateHostedZoneAttributes attrs) Imports a private hosted zone from another stack.static IPrivateHostedZonePrivateHostedZone.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.