Interface IHostedZone

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IHostedZone.Jsii$Default, IPrivateHostedZone, IPrivateHostedZone.Jsii$Default, IPublicHostedZone, IPublicHostedZone.Jsii$Default
All Known Implementing Classes:
HostedZone, IHostedZone.Jsii$Proxy, IPrivateHostedZone.Jsii$Proxy, IPublicHostedZone.Jsii$Proxy, PrivateHostedZone, PublicHostedZone

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:13.006Z") @Stability(Stable) public interface IHostedZone extends software.amazon.jsii.JsiiSerializable, IResource
Imported or created hosted zone.
  • Method Details

    • getHostedZoneArn

      @Stability(Stable) @NotNull String getHostedZoneArn()
      ARN of this hosted zone, such as arn:${Partition}:route53:::hostedzone/${Id}.
    • getHostedZoneId

      @Stability(Stable) @NotNull String getHostedZoneId()
      ID of this hosted zone, such as "Z23ABC4XYZL05B".
    • getZoneName

      @Stability(Stable) @NotNull String getZoneName()
      FQDN of this hosted zone.
    • getHostedZoneNameServers

      @Stability(Stable) @Nullable default List<String> 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.

    • grantDelegation

      @Stability(Stable) @NotNull Grant grantDelegation(@NotNull IGrantable grantee)
      Grant permissions to add delegation records to this zone.

      Parameters:
      grantee - This parameter is required.