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.
  • Method Details

    • getHostedZoneArn

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

      @Stability(Stable) @NotNull default String getHostedZoneId()
      ID of this hosted zone, such as "Z23ABC4XYZL05B".
      Specified by:
      getHostedZoneId in interface IHostedZone
    • getZoneName

      @Stability(Stable) @NotNull default String getZoneName()
      FQDN of this hosted zone.
      Specified by:
      getZoneName in interface IHostedZone
    • 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.

      Specified by:
      getHostedZoneNameServers in interface IHostedZone
    • grantDelegation

      @Stability(Stable) @NotNull default Grant grantDelegation(@NotNull IGrantable grantee, @Nullable GrantDelegationOptions options)
      Grant permissions to add delegation records to this zone.

      Specified by:
      grantDelegation in interface IHostedZone
      Parameters:
      grantee - This parameter is required.
      options -
    • grantDelegation

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

      Specified by:
      grantDelegation in interface IHostedZone
      Parameters:
      grantee - This parameter is required.