| Package | Description |
|---|---|
| software.amazon.awscdk.services.route53 |
Amazon Route53 Construct Library
|
| 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
(experimental) Create a Route53 public hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
static IPublicHostedZone |
PublicHostedZone.fromPublicHostedZoneId(software.constructs.Construct scope,
String id,
String publicHostedZoneId)
(experimental) Import a Route 53 public hosted zone defined either outside the CDK, or in a different CDK stack.
|
IPublicHostedZone |
VpcEndpointServiceDomainNameProps.getPublicHostedZone()
(experimental) 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)
(experimental) Adds a delegation from this zone to a designated zone.
|
void |
PublicHostedZone.addDelegation(IPublicHostedZone delegate,
ZoneDelegationOptions opts)
(experimental) Adds a delegation from this zone to a designated zone.
|
VpcEndpointServiceDomainNameProps.Builder |
VpcEndpointServiceDomainNameProps.Builder.publicHostedZone(IPublicHostedZone publicHostedZone)
Sets the value of
VpcEndpointServiceDomainNameProps.getPublicHostedZone() |
VpcEndpointServiceDomainName.Builder |
VpcEndpointServiceDomainName.Builder.publicHostedZone(IPublicHostedZone publicHostedZone)
(experimental) The public hosted zone to use for the domain.
|
| Constructor and Description |
|---|
Jsii$Proxy(String domainName,
IVpcEndpointService endpointService,
IPublicHostedZone publicHostedZone)
Constructor that initializes the object based on literal property values passed by the
VpcEndpointServiceDomainNameProps.Builder. |
Copyright © 2021. All rights reserved.