| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| software.amazon.awscdk.services.servicediscovery |
Amazon ECS Service Discovery Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Service |
BaseService.enableCloudMap(CloudMapOptions options)
(experimental) Enable CloudMap service discovery for the service.
|
protected Service |
BaseService.getCloudmapService()
(experimental) The details of the AWS Cloud Map service.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseService.setCloudmapService(Service value)
(experimental) The details of the AWS Cloud Map service.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
Service.Builder.build() |
Service |
PublicDnsNamespace.createService(String id)
(experimental) Creates a service within the namespace.
|
Service |
HttpNamespace.createService(String id)
(experimental) Creates a service within the namespace.
|
Service |
PrivateDnsNamespace.createService(String id)
(experimental) Creates a service within the namespace.
|
Service |
HttpNamespace.createService(String id,
BaseServiceProps props)
(experimental) Creates a service within the namespace.
|
Service |
PublicDnsNamespace.createService(String id,
DnsServiceProps props)
(experimental) Creates a service within the namespace.
|
Service |
PrivateDnsNamespace.createService(String id,
DnsServiceProps props)
(experimental) Creates a service within the namespace.
|
Copyright © 2021. All rights reserved.