Interface IService

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IBaseService, IBaseService.Jsii$Default, IEc2Service, IEc2Service.Jsii$Default, IExternalService, IExternalService.Jsii$Default, IFargateService, IFargateService.Jsii$Default, IService.Jsii$Default
All Known Implementing Classes:
BaseService, Ec2Service, ExternalService, FargateService, IBaseService.Jsii$Proxy, IEc2Service.Jsii$Proxy, IExternalService.Jsii$Proxy, IFargateService.Jsii$Proxy, IService.Jsii$Proxy

@Generated(value="jsii-pacmak/1.95.0 (build f1ff514)", date="2024-03-26T18:09:23.215Z") @Stability(Stable) public interface IService extends software.amazon.jsii.JsiiSerializable, IResource
The interface for a service.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IService.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    The Amazon Resource Name (ARN) of the service.
    The name of the service.

    Methods inherited from interface software.constructs.IConstruct

    getNode

    Methods inherited from interface software.amazon.awscdk.IResource

    applyRemovalPolicy, getEnv, getStack

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getServiceArn

      @Stability(Stable) @NotNull String getServiceArn()
      The Amazon Resource Name (ARN) of the service.
    • getServiceName

      @Stability(Stable) @NotNull String getServiceName()
      The name of the service.