Uses of Interface
software.amazon.awscdk.services.route53.IPublicHostedZone
Packages that use IPublicHostedZone
Package
Description
Amazon Route53 Construct Library
Amazon Simple Email Service Construct Library
-
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.fromPublicHostedZoneAttributes(software.constructs.Construct scope, String id, PublicHostedZoneAttributes attrs) Imports a public hosted zone from another stack.static 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() -
Uses of IPublicHostedZone in software.amazon.awscdk.services.ses
Methods in software.amazon.awscdk.services.ses that return IPublicHostedZoneModifier and TypeMethodDescriptionabstract IPublicHostedZoneIdentity.getHostedZone()The hosted zone associated with this identity.Methods in software.amazon.awscdk.services.ses with parameters of type IPublicHostedZoneModifier and TypeMethodDescriptionabstract DkimIdentityConfigDkimIdentity.bind(EmailIdentity emailIdentity, IPublicHostedZone hostedZone) Binds this DKIM identity to the email identity.static IdentityIdentity.publicHostedZone(IPublicHostedZone hostedZone) Verify a public hosted zone.