@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:32.059Z") @Stability(value=Experimental) 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()
(experimental) Any comments that you want to include about the hosted zone.
|
default String |
getQueryLogsLogGroupArn()
(experimental) The Amazon Resource Name (ARN) for the log group that you want Amazon Route 53 to send query logs to.
|
String |
getZoneName()
(experimental) The name of the domain.
|
@Stability(value=Experimental) @NotNull String getZoneName()
For resource record types that include a domain name, specify a fully qualified domain name.
@Stability(value=Experimental) @Nullable default String getComment()
Default: none
@Stability(value=Experimental) @Nullable default String getQueryLogsLogGroupArn()
Default: disabled
@Stability(value=Experimental) static CommonHostedZoneProps.Builder builder()
CommonHostedZoneProps.Builder of CommonHostedZonePropsCopyright © 2021. All rights reserved.