@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.675Z") @Stability(value=Stable) public interface CfnHostedZoneProps 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.*;
CfnHostedZoneProps cfnHostedZoneProps = CfnHostedZoneProps.builder()
.hostedZoneConfig(HostedZoneConfigProperty.builder()
.comment("comment")
.build())
.hostedZoneTags(List.of(HostedZoneTagProperty.builder()
.key("key")
.value("value")
.build()))
.name("name")
.queryLoggingConfig(QueryLoggingConfigProperty.builder()
.cloudWatchLogsLogGroupArn("cloudWatchLogsLogGroupArn")
.build())
.vpcs(List.of(VPCProperty.builder()
.vpcId("vpcId")
.vpcRegion("vpcRegion")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnHostedZoneProps.Builder
A builder for
CfnHostedZoneProps |
static class |
CfnHostedZoneProps.Jsii$Proxy
An implementation for
CfnHostedZoneProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnHostedZoneProps.Builder |
builder() |
default Object |
getHostedZoneConfig()
`AWS::Route53::HostedZone.HostedZoneConfig`.
|
default List<CfnHostedZone.HostedZoneTagProperty> |
getHostedZoneTags()
`AWS::Route53::HostedZone.HostedZoneTags`.
|
default String |
getName()
`AWS::Route53::HostedZone.Name`.
|
default Object |
getQueryLoggingConfig()
`AWS::Route53::HostedZone.QueryLoggingConfig`.
|
default Object |
getVpcs()
`AWS::Route53::HostedZone.VPCs`.
|
@Stability(value=Stable) @Nullable default Object getHostedZoneConfig()
@Stability(value=Stable) @Nullable default List<CfnHostedZone.HostedZoneTagProperty> getHostedZoneTags()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default Object getQueryLoggingConfig()
@Stability(value=Stable) @Nullable default Object getVpcs()
@Stability(value=Stable) static CfnHostedZoneProps.Builder builder()
CfnHostedZoneProps.Builder of CfnHostedZonePropsCopyright © 2021. All rights reserved.