Interface IService.Jsii$Default

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IResource, IResource.Jsii$Default, IService, IServiceRef, IServiceRef.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IBaseService.Jsii$Default, IEc2Service.Jsii$Default, IExternalService.Jsii$Default, IFargateService.Jsii$Default
All Known Implementing Classes:
IBaseService.Jsii$Proxy, IEc2Service.Jsii$Proxy, IExternalService.Jsii$Proxy, IFargateService.Jsii$Proxy, IService.Jsii$Proxy
Enclosing interface:
IService

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

    • getServiceArn

      @Stability(Stable) @NotNull default String getServiceArn()
      The Amazon Resource Name (ARN) of the service.
      Specified by:
      getServiceArn in interface IService
    • getServiceName

      @Stability(Stable) @NotNull default String getServiceName()
      The name of the service.
      Specified by:
      getServiceName in interface IService