| Modifier and Type | Method and Description |
|---|---|
PublicHostedZone.Builder |
PublicHostedZone.Builder.caaAmazon(Boolean caaAmazon)
Whether to create a CAA record to restrict certificate authorities allowed to issue certificates for this domain to Amazon only.
|
PublicHostedZone.Builder |
PublicHostedZone.Builder.comment(String comment)
Any comments that you want to include about the hosted zone.
|
static PublicHostedZone.Builder |
PublicHostedZone.Builder.create(software.constructs.Construct scope,
String id) |
PublicHostedZone.Builder |
PublicHostedZone.Builder.crossAccountZoneDelegationPrincipal(IPrincipal crossAccountZoneDelegationPrincipal)
A principal which is trusted to assume a role for zone delegation.
|
PublicHostedZone.Builder |
PublicHostedZone.Builder.crossAccountZoneDelegationRoleName(String crossAccountZoneDelegationRoleName)
The name of the role created for cross account delegation.
|
PublicHostedZone.Builder |
PublicHostedZone.Builder.queryLogsLogGroupArn(String queryLogsLogGroupArn)
The Amazon Resource Name (ARN) for the log group that you want Amazon Route 53 to send query logs to.
|
PublicHostedZone.Builder |
PublicHostedZone.Builder.zoneName(String zoneName)
The name of the domain.
|
Copyright © 2022. All rights reserved.