| 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)
Enable CloudMap service discovery for the service.
|
Service |
ExternalService.enableCloudMap(CloudMapOptions _options)
Overriden method to throw error as `enableCloudMap` is not supported for external service.
|
protected Service |
BaseService.getCloudmapService()
The details of the AWS Cloud Map service.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseService.setCloudmapService(Service value)
The details of the AWS Cloud Map service.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
Service.Builder.build() |
Service |
PrivateDnsNamespace.createService(String id)
Creates a service within the namespace.
|
Service |
PublicDnsNamespace.createService(String id)
Creates a service within the namespace.
|
Service |
HttpNamespace.createService(String id)
Creates a service within the namespace.
|
Service |
HttpNamespace.createService(String id,
BaseServiceProps props)
Creates a service within the namespace.
|
Service |
PrivateDnsNamespace.createService(String id,
DnsServiceProps props)
Creates a service within the namespace.
|
Service |
PublicDnsNamespace.createService(String id,
DnsServiceProps props)
Creates a service within the namespace.
|
Copyright © 2022. All rights reserved.