Uses of Class
software.amazon.awscdk.services.servicediscovery.Service
Package
Description
Amazon ECS Construct Library
Amazon ECS Service Discovery Construct Library
-
Uses of Service in software.amazon.awscdk.services.ecs
Modifier and TypeMethodDescriptionBaseService.enableCloudMap
(CloudMapOptions options) Enable CloudMap service discovery for the service.ExternalService.enableCloudMap
(CloudMapOptions _options) Overriden method to throw error asenableCloudMap
is not supported for external service.protected Service
BaseService.getCloudmapService()
The details of the AWS Cloud Map service.Modifier and TypeMethodDescriptionprotected void
BaseService.setCloudmapService
(Service value) The details of the AWS Cloud Map service. -
Uses of Service in software.amazon.awscdk.services.servicediscovery
Modifier and TypeMethodDescriptionService.Builder.build()
HttpNamespace.createService
(String id) Creates a service within the namespace.HttpNamespace.createService
(String id, BaseServiceProps props) Creates a service within the namespace.PrivateDnsNamespace.createService
(String id) Creates a service within the namespace.PrivateDnsNamespace.createService
(String id, DnsServiceProps props) Creates a service within the namespace.PublicDnsNamespace.createService
(String id) Creates a service within the namespace.PublicDnsNamespace.createService
(String id, DnsServiceProps props) Creates a service within the namespace.