@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-04-01T14:12:13.816Z") @Stability(value=Stable) public interface CfnHostedZoneProps extends software.amazon.jsii.JsiiSerializable
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`.
|
String |
getName()
`AWS::Route53::HostedZone.Name`.
|
default Object |
getQueryLoggingConfig()
`AWS::Route53::HostedZone.QueryLoggingConfig`.
|
default Object |
getVpcs()
`AWS::Route53::HostedZone.VPCs`.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default Object getHostedZoneConfig()
@Stability(value=Stable) @Nullable default List<CfnHostedZone.HostedZoneTagProperty> getHostedZoneTags()
@Stability(value=Stable) @Nullable default Object getQueryLoggingConfig()
@Stability(value=Stable) @Nullable default Object getVpcs()
@Stability(value=Stable) static CfnHostedZoneProps.Builder builder()
CfnHostedZoneProps.Builder
of CfnHostedZoneProps
Copyright © 2021. All rights reserved.