@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.661Z") @Stability(value=Stable) public interface CommonHostedZoneProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.route53.*;
CommonHostedZoneProps commonHostedZoneProps = CommonHostedZoneProps.builder()
.zoneName("zoneName")
// the properties below are optional
.comment("comment")
.queryLogsLogGroupArn("queryLogsLogGroupArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CommonHostedZoneProps.Builder
A builder for
CommonHostedZoneProps |
static class |
CommonHostedZoneProps.Jsii$Proxy
An implementation for
CommonHostedZoneProps |
| Modifier and Type | Method and Description |
|---|---|
static CommonHostedZoneProps.Builder |
builder() |
default String |
getComment()
Any comments that you want to include about the hosted zone.
|
default String |
getQueryLogsLogGroupArn()
The Amazon Resource Name (ARN) for the log group that you want Amazon Route 53 to send query logs to.
|
String |
getZoneName()
The name of the domain.
|
@Stability(value=Stable) @NotNull String getZoneName()
For resource record types that include a domain name, specify a fully qualified domain name.
@Stability(value=Stable) @Nullable default String getComment()
Default: none
@Stability(value=Stable) @Nullable default String getQueryLogsLogGroupArn()
Default: disabled
@Stability(value=Stable) static CommonHostedZoneProps.Builder builder()
CommonHostedZoneProps.Builder of CommonHostedZonePropsCopyright © 2022. All rights reserved.