| Package | Description |
|---|---|
| software.amazon.awscdk.services.route53 |
Amazon Route53 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
HostedZone.Builder |
HostedZone.Builder.comment(String comment)
(experimental) Any comments that you want to include about the hosted zone.
|
static HostedZone.Builder |
HostedZone.Builder.create(software.constructs.Construct scope,
String id) |
HostedZone.Builder |
HostedZone.Builder.queryLogsLogGroupArn(String queryLogsLogGroupArn)
(experimental) The Amazon Resource Name (ARN) for the log group that you want Amazon Route 53 to send query logs to.
|
HostedZone.Builder |
HostedZone.Builder.vpcs(List<? extends IVpc> vpcs)
(experimental) A VPC that you want to associate with this hosted zone.
|
HostedZone.Builder |
HostedZone.Builder.zoneName(String zoneName)
(experimental) The name of the domain.
|
Copyright © 2021. All rights reserved.