@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.936Z") @Stability(value=Experimental) public interface HostedZoneProps extends software.amazon.jsii.JsiiSerializable, CommonHostedZoneProps
Modifier and Type | Interface and Description |
---|---|
static class |
HostedZoneProps.Builder
A builder for
HostedZoneProps |
static class |
HostedZoneProps.Jsii$Proxy
An implementation for
HostedZoneProps |
Modifier and Type | Method and Description |
---|---|
static HostedZoneProps.Builder |
builder() |
default List<IVpc> |
getVpcs()
(experimental) A VPC that you want to associate with this hosted zone.
|
getComment, getQueryLogsLogGroupArn, getZoneName
@Stability(value=Experimental) @Nullable default List<IVpc> getVpcs()
When you specify this property, a private hosted zone will be created.
You can associate additional VPCs to this private zone using addVpc(vpc)
.
Default: public (no VPCs associated)
@Stability(value=Experimental) static HostedZoneProps.Builder builder()
builder
in interface CommonHostedZoneProps
HostedZoneProps.Builder
of HostedZoneProps
Copyright © 2021. All rights reserved.