| 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 |
|---|---|
IService |
BaseService.getCloudMapService()
(experimental) The CloudMap service created for this service, if any.
|
IService |
AssociateCloudMapServiceOptions.getService()
(experimental) 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() |
| Constructor and Description |
|---|
Jsii$Proxy(IService service,
ContainerDefinition container,
Number containerPort)
Constructor that initializes the object based on literal property values passed by the
AssociateCloudMapServiceOptions.Builder. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IService.Jsii$Default
Internal default implementation for
IService. |
| Modifier and Type | Method and Description |
|---|---|
static IService |
Service.fromServiceAttributes(software.constructs.Construct scope,
String id,
ServiceAttributes attrs) |
IService |
NonIpInstance.getService()
(experimental) The Cloudmap service to which the instance is registered.
|
IService |
IInstance.getService()
(experimental) The Cloudmap service this resource is registered to.
|
IService |
IInstance.Jsii$Proxy.getService()
(experimental) The Cloudmap service this resource is registered to.
|
default IService |
IInstance.Jsii$Default.getService()
(experimental) The Cloudmap service this resource is registered to.
|
IService |
AliasTargetInstance.getService()
(experimental) The Cloudmap service to which the instance is registered.
|
IService |
CnameInstance.getService()
(experimental) The Cloudmap service to which the instance is registered.
|
abstract IService |
InstanceBase.getService()
(experimental) The Cloudmap service to which the instance is registered.
|
IService |
IpInstanceProps.getService()
(experimental) The Cloudmap service this resource is registered to.
|
IService |
IpInstanceProps.Jsii$Proxy.getService() |
IService |
AliasTargetInstanceProps.getService()
(experimental) The Cloudmap service this resource is registered to.
|
IService |
AliasTargetInstanceProps.Jsii$Proxy.getService() |
IService |
IpInstance.getService()
(experimental) The Cloudmap service to which the instance is registered.
|
IService |
NonIpInstanceProps.getService()
(experimental) The Cloudmap service this resource is registered to.
|
IService |
NonIpInstanceProps.Jsii$Proxy.getService() |
IService |
CnameInstanceProps.getService()
(experimental) The Cloudmap service this resource is registered to.
|
IService |
CnameInstanceProps.Jsii$Proxy.getService() |
| Modifier and Type | Method and Description |
|---|---|
NonIpInstance.Builder |
NonIpInstance.Builder.service(IService service)
(experimental) The Cloudmap service this resource is registered to.
|
AliasTargetInstance.Builder |
AliasTargetInstance.Builder.service(IService service)
(experimental) The Cloudmap service this resource is registered to.
|
CnameInstance.Builder |
CnameInstance.Builder.service(IService service)
(experimental) The Cloudmap service this resource is registered to.
|
IpInstanceProps.Builder |
IpInstanceProps.Builder.service(IService service)
Sets the value of
IpInstanceProps.getService() |
AliasTargetInstanceProps.Builder |
AliasTargetInstanceProps.Builder.service(IService service)
Sets the value of
AliasTargetInstanceProps.getService() |
IpInstance.Builder |
IpInstance.Builder.service(IService service)
(experimental) The Cloudmap service this resource is registered to.
|
NonIpInstanceProps.Builder |
NonIpInstanceProps.Builder.service(IService service)
Sets the value of
NonIpInstanceProps.getService() |
CnameInstanceProps.Builder |
CnameInstanceProps.Builder.service(IService service)
Sets the value of
CnameInstanceProps.getService() |
| Constructor and Description |
|---|
Jsii$Proxy(IService service,
Map<String,String> customAttributes,
String instanceId)
Constructor that initializes the object based on literal property values passed by the
NonIpInstanceProps.Builder. |
Jsii$Proxy(IService service,
String instanceCname,
Map<String,String> customAttributes,
String instanceId)
Constructor that initializes the object based on literal property values passed by the
CnameInstanceProps.Builder. |
Jsii$Proxy(IService service,
String ipv4,
String ipv6,
Number port,
Map<String,String> customAttributes,
String instanceId)
Constructor that initializes the object based on literal property values passed by the
IpInstanceProps.Builder. |
Jsii$Proxy(String dnsName,
IService service,
Map<String,String> customAttributes,
String instanceId)
Constructor that initializes the object based on literal property values passed by the
AliasTargetInstanceProps.Builder. |
Copyright © 2021. All rights reserved.