| Package | Description |
|---|---|
| software.amazon.awscdk.services.route53 |
Amazon Route53 Construct Library
|
| software.amazon.awscdk.services.ses |
Amazon Simple Email Service 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
Create a Route53 public hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
static IPublicHostedZone |
PublicHostedZone.fromPublicHostedZoneAttributes(software.constructs.Construct scope,
String id,
PublicHostedZoneAttributes attrs)
Imports a public hosted zone from another stack.
|
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() |
| Modifier and Type | Method and Description |
|---|---|
abstract IPublicHostedZone |
Identity.getHostedZone()
The hosted zone associated with this identity.
|
| Modifier and Type | Method and Description |
|---|---|
abstract DkimIdentityConfig |
DkimIdentity.bind(EmailIdentity emailIdentity,
IPublicHostedZone hostedZone)
Binds this DKIM identity to the email identity.
|
static Identity |
Identity.publicHostedZone(IPublicHostedZone hostedZone)
Verify a public hosted zone.
|
Copyright © 2022. All rights reserved.