| Package | Description |
|---|---|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| 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 |
|---|---|
static ServiceDiscovery |
ServiceDiscovery.cloudMap(IService service)
Returns Cloud Map based service discovery.
|
static ServiceDiscovery |
ServiceDiscovery.cloudMap(IService service,
Map<String,String> instanceAttributes)
Returns Cloud Map based service discovery.
|
static ServiceDiscovery |
ServiceDiscovery.cloudMap(IService service,
Map<String,String> instanceAttributes,
IpPreference ipPreference)
Returns Cloud Map based service discovery.
|
| Modifier and Type | Method and Description |
|---|---|
IService |
BaseService.getCloudMapService()
The CloudMap service created for this service, if any.
|
IService |
AssociateCloudMapServiceOptions.getService()
The cloudmap service to register with.
|
IService |
AssociateCloudMapServiceOptions.Jsii$Proxy.getService() |
| Modifier and Type | Method and Description |
|---|---|
AssociateCloudMapServiceOptions.Builder |
AssociateCloudMapServiceOptions.Builder.service(IService service)
Sets the value of
AssociateCloudMapServiceOptions.getService() |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IService.Jsii$Default
Internal default implementation for
IService. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IService.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
Service
Define a CloudMap Service.
|
| Modifier and Type | Method and Description |
|---|---|
static IService |
Service.fromServiceAttributes(software.constructs.Construct scope,
String id,
ServiceAttributes attrs) |
IService |
CnameInstanceProps.getService()
The Cloudmap service this resource is registered to.
|
IService |
CnameInstanceProps.Jsii$Proxy.getService() |
IService |
IpInstance.getService()
The Cloudmap service to which the instance is registered.
|
IService |
IpInstanceProps.getService()
The Cloudmap service this resource is registered to.
|
IService |
IpInstanceProps.Jsii$Proxy.getService() |
IService |
AliasTargetInstance.getService()
The Cloudmap service to which the instance is registered.
|
IService |
IInstance.getService()
The Cloudmap service this resource is registered to.
|
IService |
IInstance.Jsii$Proxy.getService()
The Cloudmap service this resource is registered to.
|
default IService |
IInstance.Jsii$Default.getService()
The Cloudmap service this resource is registered to.
|
abstract IService |
InstanceBase.getService()
The Cloudmap service to which the instance is registered.
|
IService |
NonIpInstance.getService()
The Cloudmap service to which the instance is registered.
|
IService |
AliasTargetInstanceProps.getService()
The Cloudmap service this resource is registered to.
|
IService |
AliasTargetInstanceProps.Jsii$Proxy.getService() |
IService |
NonIpInstanceProps.getService()
The Cloudmap service this resource is registered to.
|
IService |
NonIpInstanceProps.Jsii$Proxy.getService() |
IService |
CnameInstance.getService()
The Cloudmap service to which the instance is registered.
|
| Modifier and Type | Method and Description |
|---|---|
CnameInstanceProps.Builder |
CnameInstanceProps.Builder.service(IService service)
Sets the value of
CnameInstanceProps.getService() |
IpInstance.Builder |
IpInstance.Builder.service(IService service)
The Cloudmap service this resource is registered to.
|
IpInstanceProps.Builder |
IpInstanceProps.Builder.service(IService service)
Sets the value of
IpInstanceProps.getService() |
AliasTargetInstance.Builder |
AliasTargetInstance.Builder.service(IService service)
The Cloudmap service this resource is registered to.
|
NonIpInstance.Builder |
NonIpInstance.Builder.service(IService service)
The Cloudmap service this resource is registered to.
|
AliasTargetInstanceProps.Builder |
AliasTargetInstanceProps.Builder.service(IService service)
Sets the value of
AliasTargetInstanceProps.getService() |
NonIpInstanceProps.Builder |
NonIpInstanceProps.Builder.service(IService service)
Sets the value of
NonIpInstanceProps.getService() |
CnameInstance.Builder |
CnameInstance.Builder.service(IService service)
The Cloudmap service this resource is registered to.
|
Copyright © 2022. All rights reserved.