@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-13T01:13:35.503Z") public interface PrivateHostedZoneProps extends 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
IVpc getVpc()
Private hosted zones must be associated with at least one VPC. You can
associated additional VPCs using addVpc(vpc)
.
static PrivateHostedZoneProps.Builder builder()
builder
in interface CommonHostedZoneProps
PrivateHostedZoneProps.Builder
of PrivateHostedZoneProps