@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:36.716Z") @Stability(value=Experimental) public interface PrivateHostedZoneProps extends software.amazon.jsii.JsiiSerializable, CommonHostedZoneProps
Example:
Vpc vpc;
PrivateHostedZone zone = PrivateHostedZone.Builder.create(this, "HostedZone")
.zoneName("fully.qualified.domain.com")
.vpc(vpc)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
PrivateHostedZoneProps.Builder
A builder for
PrivateHostedZoneProps |
static class |
PrivateHostedZoneProps.Jsii$Proxy
An implementation for
PrivateHostedZoneProps |
| Modifier and Type | Method and Description |
|---|---|
static PrivateHostedZoneProps.Builder |
builder() |
IVpc |
getVpc()
(experimental) A VPC that you want to associate with this hosted zone.
|
getComment, getQueryLogsLogGroupArn, getZoneName@Stability(value=Experimental) @NotNull IVpc getVpc()
Private hosted zones must be associated with at least one VPC. You can
associated additional VPCs using addVpc(vpc).
@Stability(value=Experimental) static PrivateHostedZoneProps.Builder builder()
builder in interface CommonHostedZonePropsPrivateHostedZoneProps.Builder of PrivateHostedZonePropsCopyright © 2022. All rights reserved.