@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:32.062Z") @Stability(value=Experimental) public class PrivateHostedZone extends HostedZone implements IPrivateHostedZone
Note that enableDnsHostnames and enableDnsSupport must have been enabled
for the VPC you're configuring for private hosted zones.
| Modifier and Type | Class and Description |
|---|---|
static class |
PrivateHostedZone.Builder
(experimental) A fluent builder for
PrivateHostedZone. |
software.amazon.jsii.JsiiObject.InitializationModeIPrivateHostedZone.Jsii$Default, IPrivateHostedZone.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
PrivateHostedZone(software.constructs.Construct scope,
String id,
PrivateHostedZoneProps props) |
protected |
PrivateHostedZone(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
PrivateHostedZone(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IPrivateHostedZone |
fromPrivateHostedZoneId(software.constructs.Construct scope,
String id,
String privateHostedZoneId)
(experimental) Import a Route 53 private hosted zone defined either outside the CDK, or in a different CDK stack.
|
addVpc, fromHostedZoneAttributes, fromHostedZoneId, fromLookup, getHostedZoneArn, getHostedZoneId, getHostedZoneNameServers, getVpcs, getZoneNameapplyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetHostedZoneArn, getHostedZoneId, getHostedZoneNameServers, getZoneNameprotected PrivateHostedZone(software.amazon.jsii.JsiiObjectRef objRef)
protected PrivateHostedZone(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public PrivateHostedZone(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
PrivateHostedZoneProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public static IPrivateHostedZone fromPrivateHostedZoneId(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String privateHostedZoneId)
scope - the parent Construct for this Construct. This parameter is required.id - the logical name of this Construct. This parameter is required.privateHostedZoneId - the ID of the private hosted zone to import. This parameter is required.Copyright © 2021. All rights reserved.