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 interfaceInternal default implementation forIPublicHostedZone.Classes in software.amazon.awscdk.services.route53 that implement IPublicHostedZoneModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classCreate a Route53 public hosted zone.Methods in software.amazon.awscdk.services.route53 that return IPublicHostedZoneModifier and TypeMethodDescriptionstatic IPublicHostedZonePublicHostedZone.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 IPublicHostedZoneVpcEndpointServiceDomainNameProps.Jsii$Proxy.getPublicHostedZone()Methods in software.amazon.awscdk.services.route53 with parameters of type IPublicHostedZoneModifier and TypeMethodDescriptionvoidPublicHostedZone.addDelegation(IPublicHostedZone delegate) Adds a delegation from this zone to a designated zone.voidPublicHostedZone.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()