Interface IHostedZone.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IHostedZone,IHostedZoneRef,IHostedZoneRef.Jsii$Default,INamedHostedZoneRef,INamedHostedZoneRef.Jsii$Default,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IPrivateHostedZone.Jsii$Default,IPublicHostedZone.Jsii$Default
- All Known Implementing Classes:
IHostedZone.Jsii$Proxy,IPrivateHostedZone.Jsii$Proxy,IPublicHostedZone.Jsii$Proxy
- Enclosing interface:
IHostedZone
@Internal
public static interface IHostedZone.Jsii$Default
extends IHostedZone, IResource.Jsii$Default, INamedHostedZoneRef.Jsii$Default
Internal default implementation for
IHostedZone.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.route53.IHostedZone
IHostedZone.Jsii$Default, IHostedZone.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.route53.IHostedZoneRef
IHostedZoneRef.Jsii$Default, IHostedZoneRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.route53.INamedHostedZoneRef
INamedHostedZoneRef.Jsii$Default, INamedHostedZoneRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault StringARN of this hosted zone, such as arn:${Partition}:route53:::hostedzone/${Id}.default StringID of this hosted zone, such as "Z23ABC4XYZL05B".Returns the set of name servers for the specific hosted zone.default StringFQDN of this hosted zone.default GrantgrantDelegation(IGrantable grantee) Grant permissions to add delegation records to this zone.default GrantgrantDelegation(IGrantable grantee, GrantDelegationOptions options) Grant permissions to add delegation records to this zone.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.interfaces.route53.IHostedZoneRef.Jsii$Default
getHostedZoneRefMethods inherited from interface software.amazon.awscdk.services.route53.INamedHostedZoneRef.Jsii$Default
getNameMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getHostedZoneArn
ARN of this hosted zone, such as arn:${Partition}:route53:::hostedzone/${Id}.- Specified by:
getHostedZoneArnin interfaceIHostedZone
-
getHostedZoneId
ID of this hosted zone, such as "Z23ABC4XYZL05B".- Specified by:
getHostedZoneIdin interfaceIHostedZone
-
getZoneName
FQDN of this hosted zone.- Specified by:
getZoneNamein interfaceIHostedZone
-
getHostedZoneNameServers
Returns the set of name servers for the specific hosted zone. For example: ns1.example.com.This attribute will be undefined for private hosted zones or hosted zones imported from another stack.
- Specified by:
getHostedZoneNameServersin interfaceIHostedZone
-
grantDelegation
@Stability(Stable) @NotNull default Grant grantDelegation(@NotNull IGrantable grantee, @Nullable GrantDelegationOptions options) Grant permissions to add delegation records to this zone.- Specified by:
grantDelegationin interfaceIHostedZone- Parameters:
grantee- This parameter is required.options-
-
grantDelegation
Grant permissions to add delegation records to this zone.- Specified by:
grantDelegationin interfaceIHostedZone- Parameters:
grantee- This parameter is required.
-