Interface INamedHostedZoneRef.Jsii$Default

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IHostedZoneRef, IHostedZoneRef.Jsii$Default, INamedHostedZoneRef, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IHostedZone.Jsii$Default, IPrivateHostedZone.Jsii$Default, IPublicHostedZone.Jsii$Default
All Known Implementing Classes:
IHostedZone.Jsii$Proxy, INamedHostedZoneRef.Jsii$Proxy, IPrivateHostedZone.Jsii$Proxy, IPublicHostedZone.Jsii$Proxy
Enclosing interface:
INamedHostedZoneRef

@Internal public static interface INamedHostedZoneRef.Jsii$Default extends INamedHostedZoneRef, IHostedZoneRef.Jsii$Default
Internal default implementation for INamedHostedZoneRef.
  • Method Details

    • getNode

      @Stability(Stable) @NotNull default software.constructs.Node getNode()
      The tree node.
      Specified by:
      getNode in interface software.constructs.IConstruct
      Specified by:
      getNode in interface software.constructs.IConstruct.Jsii$Default
      Specified by:
      getNode in interface IHostedZoneRef.Jsii$Default
    • getEnv

      @Stability(Stable) @NotNull default ResourceEnvironment getEnv()
      The environment this resource belongs to.

      For resources that are created and managed in a Stack (those created by creating new class instances like new Role(), new Bucket(), etc.), this is always the same as the environment of the stack they belong to.

      For referenced resources (those obtained from referencing methods like Role.fromRoleArn(), Bucket.fromBucketName(), etc.), they might be different than the stack they were imported into.

      Specified by:
      getEnv in interface IEnvironmentAware
      Specified by:
      getEnv in interface IEnvironmentAware.Jsii$Default
      Specified by:
      getEnv in interface IHostedZoneRef.Jsii$Default
    • getHostedZoneRef

      @Stability(Experimental) @NotNull default HostedZoneReference getHostedZoneRef()
      (experimental) A reference to a HostedZone resource.
      Specified by:
      getHostedZoneRef in interface IHostedZoneRef
      Specified by:
      getHostedZoneRef in interface IHostedZoneRef.Jsii$Default
    • getName

      @Stability(Stable) @NotNull default String getName()
      Specified by:
      getName in interface INamedHostedZoneRef