@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:32.075Z") @Stability(value=Experimental) public class PublicHostedZone extends HostedZone implements IPublicHostedZone
| Modifier and Type | Class and Description |
|---|---|
static class |
PublicHostedZone.Builder
(experimental) A fluent builder for
PublicHostedZone. |
software.amazon.jsii.JsiiObject.InitializationModeIPublicHostedZone.Jsii$Default, IPublicHostedZone.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
PublicHostedZone(software.constructs.Construct scope,
String id,
PublicHostedZoneProps props) |
protected |
PublicHostedZone(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
PublicHostedZone(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDelegation(IPublicHostedZone delegate)
(experimental) Adds a delegation from this zone to a designated zone.
|
void |
addDelegation(IPublicHostedZone delegate,
ZoneDelegationOptions opts)
(experimental) Adds a delegation from this zone to a designated zone.
|
void |
addVpc(IVpc _vpc)
(experimental) Add another VPC to this private hosted zone.
|
static IPublicHostedZone |
fromPublicHostedZoneId(software.constructs.Construct scope,
String id,
String publicHostedZoneId)
(experimental) Import a Route 53 public hosted zone defined either outside the CDK, or in a different CDK stack.
|
Role |
getCrossAccountZoneDelegationRole()
(experimental) Role for cross account zone delegation.
|
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 PublicHostedZone(software.amazon.jsii.JsiiObjectRef objRef)
protected PublicHostedZone(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public PublicHostedZone(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
PublicHostedZoneProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public static IPublicHostedZone fromPublicHostedZoneId(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String publicHostedZoneId)
scope - the parent Construct for this Construct. This parameter is required.id - the logical name of this Construct. This parameter is required.publicHostedZoneId - the ID of the public hosted zone to import. This parameter is required.@Stability(value=Experimental)
public void addDelegation(@NotNull
IPublicHostedZone delegate,
@Nullable
ZoneDelegationOptions opts)
delegate - the zone being delegated to. This parameter is required.opts - options for creating the DNS record, if any.@Stability(value=Experimental)
public void addDelegation(@NotNull
IPublicHostedZone delegate)
delegate - the zone being delegated to. This parameter is required.@Stability(value=Experimental)
public void addVpc(@NotNull
IVpc _vpc)
addVpc in class HostedZone_vpc - This parameter is required.@Stability(value=Experimental) @Nullable public Role getCrossAccountZoneDelegationRole()
Copyright © 2021. All rights reserved.