| Modifier and Type | Interface and Description |
|---|---|
static interface |
IHostedZone.Jsii$Default
Internal default implementation for
IHostedZone. |
interface |
IPrivateHostedZone
Represents a Route 53 private hosted zone.
|
static interface |
IPrivateHostedZone.Jsii$Default
Internal default implementation for
IPrivateHostedZone. |
interface |
IPublicHostedZone
Represents a Route 53 public hosted zone.
|
static interface |
IPublicHostedZone.Jsii$Default
Internal default implementation for
IPublicHostedZone. |
| Modifier and Type | Class and Description |
|---|---|
class |
HostedZone
Container for records, and records contain information about how to route traffic for a specific domain, such as example.com and its subdomains (acme.example.com, zenith.example.com).
|
static class |
IHostedZone.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
static class |
IPrivateHostedZone.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
static class |
IPublicHostedZone.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
PrivateHostedZone
Create a Route53 private hosted zone for use in one or more VPCs.
|
class |
PublicHostedZone
Create a Route53 public hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
static IHostedZone |
HostedZone.fromHostedZoneAttributes(software.constructs.Construct scope,
String id,
HostedZoneAttributes attrs)
Imports a hosted zone from another stack.
|
static IHostedZone |
HostedZone.fromHostedZoneId(software.constructs.Construct scope,
String id,
String hostedZoneId)
Import a Route 53 hosted zone defined either outside the CDK, or in a different CDK stack.
|
static IHostedZone |
HostedZone.fromLookup(software.constructs.Construct scope,
String id,
HostedZoneProviderProps query)
Lookup a hosted zone in the current account/region based on query parameters.
|
static IHostedZone |
PublicHostedZone.fromPublicHostedZoneAttributes(software.constructs.Construct scope,
String id,
PublicHostedZoneAttributes attrs)
Imports a public hosted zone from another stack.
|
IHostedZone |
CrossAccountZoneDelegationRecordProps.getDelegatedZone()
The zone to be delegated.
|
IHostedZone |
CrossAccountZoneDelegationRecordProps.Jsii$Proxy.getDelegatedZone() |
IHostedZone |
ZoneDelegationRecordProps.Jsii$Proxy.getZone() |
IHostedZone |
RecordSetProps.Jsii$Proxy.getZone() |
IHostedZone |
CaaAmazonRecordProps.Jsii$Proxy.getZone() |
IHostedZone |
TxtRecordProps.Jsii$Proxy.getZone() |
IHostedZone |
CnameRecordProps.Jsii$Proxy.getZone() |
IHostedZone |
NsRecordProps.Jsii$Proxy.getZone() |
IHostedZone |
DsRecordProps.Jsii$Proxy.getZone() |
IHostedZone |
RecordSetOptions.getZone()
The hosted zone in which to define the new record.
|
IHostedZone |
RecordSetOptions.Jsii$Proxy.getZone() |
IHostedZone |
AaaaRecordProps.Jsii$Proxy.getZone() |
IHostedZone |
CaaRecordProps.Jsii$Proxy.getZone() |
IHostedZone |
MxRecordProps.Jsii$Proxy.getZone() |
IHostedZone |
ARecordProps.Jsii$Proxy.getZone() |
IHostedZone |
SrvRecordProps.Jsii$Proxy.getZone() |
| Modifier and Type | Method and Description |
|---|---|
AliasRecordTargetConfig |
IAliasRecordTarget.bind(IRecordSet record,
IHostedZone zone)
Return hosted zone ID and DNS name, usable for Route53 alias targets.
|
AliasRecordTargetConfig |
IAliasRecordTarget.Jsii$Proxy.bind(IRecordSet record,
IHostedZone zone)
Return hosted zone ID and DNS name, usable for Route53 alias targets.
|
default AliasRecordTargetConfig |
IAliasRecordTarget.Jsii$Default.bind(IRecordSet record,
IHostedZone zone)
Return hosted zone ID and DNS name, usable for Route53 alias targets.
|
CrossAccountZoneDelegationRecordProps.Builder |
CrossAccountZoneDelegationRecordProps.Builder.delegatedZone(IHostedZone delegatedZone)
Sets the value of
CrossAccountZoneDelegationRecordProps.getDelegatedZone() |
CrossAccountZoneDelegationRecord.Builder |
CrossAccountZoneDelegationRecord.Builder.delegatedZone(IHostedZone delegatedZone)
The zone to be delegated.
|
ZoneDelegationRecordProps.Builder |
ZoneDelegationRecordProps.Builder.zone(IHostedZone zone)
Sets the value of
RecordSetOptions.getZone() |
CaaRecord.Builder |
CaaRecord.Builder.zone(IHostedZone zone)
The hosted zone in which to define the new record.
|
NsRecord.Builder |
NsRecord.Builder.zone(IHostedZone zone)
The hosted zone in which to define the new record.
|
RecordSetProps.Builder |
RecordSetProps.Builder.zone(IHostedZone zone)
Sets the value of
RecordSetOptions.getZone() |
CaaAmazonRecordProps.Builder |
CaaAmazonRecordProps.Builder.zone(IHostedZone zone)
Sets the value of
RecordSetOptions.getZone() |
TxtRecordProps.Builder |
TxtRecordProps.Builder.zone(IHostedZone zone)
Sets the value of
RecordSetOptions.getZone() |
CnameRecordProps.Builder |
CnameRecordProps.Builder.zone(IHostedZone zone)
Sets the value of
RecordSetOptions.getZone() |
SrvRecord.Builder |
SrvRecord.Builder.zone(IHostedZone zone)
The hosted zone in which to define the new record.
|
AaaaRecord.Builder |
AaaaRecord.Builder.zone(IHostedZone zone)
The hosted zone in which to define the new record.
|
CnameRecord.Builder |
CnameRecord.Builder.zone(IHostedZone zone)
The hosted zone in which to define the new record.
|
NsRecordProps.Builder |
NsRecordProps.Builder.zone(IHostedZone zone)
Sets the value of
RecordSetOptions.getZone() |
TxtRecord.Builder |
TxtRecord.Builder.zone(IHostedZone zone)
The hosted zone in which to define the new record.
|
DsRecordProps.Builder |
DsRecordProps.Builder.zone(IHostedZone zone)
Sets the value of
RecordSetOptions.getZone() |
RecordSetOptions.Builder |
RecordSetOptions.Builder.zone(IHostedZone zone)
Sets the value of
RecordSetOptions.getZone() |
AaaaRecordProps.Builder |
AaaaRecordProps.Builder.zone(IHostedZone zone)
Sets the value of
RecordSetOptions.getZone() |
CaaRecordProps.Builder |
CaaRecordProps.Builder.zone(IHostedZone zone)
Sets the value of
RecordSetOptions.getZone() |
ARecord.Builder |
ARecord.Builder.zone(IHostedZone zone)
The hosted zone in which to define the new record.
|
ZoneDelegationRecord.Builder |
ZoneDelegationRecord.Builder.zone(IHostedZone zone)
The hosted zone in which to define the new record.
|
MxRecord.Builder |
MxRecord.Builder.zone(IHostedZone zone)
The hosted zone in which to define the new record.
|
DsRecord.Builder |
DsRecord.Builder.zone(IHostedZone zone)
The hosted zone in which to define the new record.
|
MxRecordProps.Builder |
MxRecordProps.Builder.zone(IHostedZone zone)
Sets the value of
RecordSetOptions.getZone() |
ARecordProps.Builder |
ARecordProps.Builder.zone(IHostedZone zone)
Sets the value of
RecordSetOptions.getZone() |
CaaAmazonRecord.Builder |
CaaAmazonRecord.Builder.zone(IHostedZone zone)
The hosted zone in which to define the new record.
|
SrvRecordProps.Builder |
SrvRecordProps.Builder.zone(IHostedZone zone)
Sets the value of
RecordSetOptions.getZone() |
RecordSet.Builder |
RecordSet.Builder.zone(IHostedZone zone)
The hosted zone in which to define the new record.
|
Copyright © 2022. All rights reserved.