Interface IInstance.Jsii$Default

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IInstance, IInstanceRef, IInstanceRef.Jsii$Default, IResource, IResource.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IInstance.Jsii$Proxy
Enclosing interface:
IInstance

@Internal public static interface IInstance.Jsii$Default extends IInstance, IResource.Jsii$Default, IInstanceRef.Jsii$Default
Internal default implementation for IInstance.
  • Method Details

    • getInstanceId

      @Stability(Stable) @NotNull default String getInstanceId()
      The id of the instance resource.
      Specified by:
      getInstanceId in interface IInstance
    • getService

      @Stability(Stable) @NotNull default IService getService()
      The Cloudmap service this resource is registered to.
      Specified by:
      getService in interface IInstance