| Modifier and Type | Interface and Description |
|---|---|
static interface |
IPublicHostedZone.Jsii$Default
Internal default implementation for
IPublicHostedZone. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IPublicHostedZone.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
PublicHostedZone
Create a Route53 public hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
IPublicHostedZone |
VpcEndpointServiceDomainNameProps.getPublicHostedZone()
The public hosted zone to use for the domain.
|
IPublicHostedZone |
VpcEndpointServiceDomainNameProps.Jsii$Proxy.getPublicHostedZone() |
| Modifier and Type | Method and Description |
|---|---|
void |
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 |
VpcEndpointServiceDomainName.Builder.publicHostedZone(IPublicHostedZone publicHostedZone)
The public hosted zone to use for the domain.
|
VpcEndpointServiceDomainNameProps.Builder |
VpcEndpointServiceDomainNameProps.Builder.publicHostedZone(IPublicHostedZone publicHostedZone)
Sets the value of
VpcEndpointServiceDomainNameProps.getPublicHostedZone() |
Copyright © 2022. All rights reserved.