| Package | Description |
|---|---|
| software.amazon.awscdk.services.route53 |
| 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.
|
| 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.
|
Copyright © 2020. All rights reserved.