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 Implementing Classes:
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

    • getDiscoveryType

      @Stability(Stable) @NotNull default DiscoveryType getDiscoveryType()
      The discovery type used by the service.
      Specified by:
      getDiscoveryType in interface IService
    • getDnsRecordType

      @Stability(Stable) @NotNull default DnsRecordType getDnsRecordType()
      The DnsRecordType used by the service.
      Specified by:
      getDnsRecordType in interface IService
    • getNamespace

      @Stability(Stable) @NotNull default INamespace getNamespace()
      The namespace for the Cloudmap Service.
      Specified by:
      getNamespace in interface IService
    • getRoutingPolicy

      @Stability(Stable) @NotNull default RoutingPolicy getRoutingPolicy()
      The Routing Policy used by the service.
      Specified by:
      getRoutingPolicy in interface IService
    • getServiceArn

      @Stability(Stable) @NotNull default String getServiceArn()
      The Arn of the namespace that you want to use for DNS configuration.
      Specified by:
      getServiceArn in interface IService
    • getServiceId

      @Stability(Stable) @NotNull default String getServiceId()
      The ID of the namespace that you want to use for DNS configuration.
      Specified by:
      getServiceId in interface IService
    • getServiceName

      @Stability(Stable) @NotNull default String getServiceName()
      A name for the Cloudmap Service.
      Specified by:
      getServiceName in interface IService