@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.936Z") @Stability(value=Experimental) 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()
(experimental) The zone domain e.g.
|
default Boolean |
getPrivateZone()
(experimental) Whether the zone that is being looked up is a private hosted zone.
|
default String |
getVpcId()
(experimental) Specifies the ID of the VPC associated with a private hosted zone.
|
@Stability(value=Experimental) @NotNull String getDomainName()
@Stability(value=Experimental) @Nullable default Boolean getPrivateZone()
Default: false
@Stability(value=Experimental) @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=Experimental) static HostedZoneProviderProps.Builder builder()
HostedZoneProviderProps.Builder
of HostedZoneProviderProps
Copyright © 2021. All rights reserved.