@Stability(value=Stable)
public static interface CfnHostedZone.HostedZoneConfigProperty
extends software.amazon.jsii.JsiiSerializable
If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.
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.*;
HostedZoneConfigProperty hostedZoneConfigProperty = HostedZoneConfigProperty.builder()
.comment("comment")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnHostedZone.HostedZoneConfigProperty.Builder
A builder for
CfnHostedZone.HostedZoneConfigProperty |
static class |
CfnHostedZone.HostedZoneConfigProperty.Jsii$Proxy
An implementation for
CfnHostedZone.HostedZoneConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnHostedZone.HostedZoneConfigProperty.Builder |
builder() |
default String |
getComment()
Any comments that you want to include about the hosted zone.
|
@Stability(value=Stable) @Nullable default String getComment()
@Stability(value=Stable) static CfnHostedZone.HostedZoneConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.