@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2021-01-27T11:16:52.910Z") @Stability(value=Stable) public interface HostedZoneProviderProps extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
HostedZoneProviderProps.Builder
A builder for
HostedZoneProviderProps |
static class |
HostedZoneProviderProps.Jsii$Proxy
An implementation for
HostedZoneProviderProps |
Modifier and Type | Method and Description |
---|---|
static HostedZoneProviderProps.Builder |
builder() |
String |
getDomainName()
The zone domain e.g.
|
default Boolean |
getPrivateZone()
Whether the zone that is being looked up is a private hosted zone.
|
default String |
getVpcId()
Specifies the ID of the VPC associated with a private hosted zone.
|
@Stability(value=Stable) @NotNull String getDomainName()
@Stability(value=Stable) @Nullable default Boolean getPrivateZone()
Default: false
@Stability(value=Stable) @Nullable default String getVpcId()
If a VPC ID is provided and privateZone is false, no results will be returned and an error will be raised
Default: - No VPC ID
@Stability(value=Stable) static HostedZoneProviderProps.Builder builder()
HostedZoneProviderProps.Builder
of HostedZoneProviderProps
Copyright © 2021. All rights reserved.