@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:52.281Z") @Stability(value=Stable) public interface CommonHostedZoneProps extends software.amazon.jsii.JsiiSerializable
| 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 © 2021. All rights reserved.