| Modifier and Type | Method and Description |
|---|---|
PrivateHostedZone.Builder |
PrivateHostedZone.Builder.comment(String comment)
Any comments that you want to include about the hosted zone.
|
static PrivateHostedZone.Builder |
PrivateHostedZone.Builder.create(software.constructs.Construct scope,
String id) |
PrivateHostedZone.Builder |
PrivateHostedZone.Builder.queryLogsLogGroupArn(String queryLogsLogGroupArn)
The Amazon Resource Name (ARN) for the log group that you want Amazon Route 53 to send query logs to.
|
PrivateHostedZone.Builder |
PrivateHostedZone.Builder.vpc(IVpc vpc)
A VPC that you want to associate with this hosted zone.
|
PrivateHostedZone.Builder |
PrivateHostedZone.Builder.zoneName(String zoneName)
The name of the domain.
|
Copyright © 2022. All rights reserved.