@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.674Z") @Stability(value=Stable) 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()
A VPC that you want to associate with this hosted zone.
|
getComment, getQueryLogsLogGroupArn, getZoneName@Stability(value=Stable) @NotNull IVpc getVpc()
Private hosted zones must be associated with at least one VPC. You can
associated additional VPCs using addVpc(vpc).
@Stability(value=Stable) static PrivateHostedZoneProps.Builder builder()
builder in interface CommonHostedZonePropsPrivateHostedZoneProps.Builder of PrivateHostedZonePropsCopyright © 2022. All rights reserved.