| Package | Description |
|---|---|
| software.amazon.awscdk.services.servicediscovery |
Amazon ECS Service Discovery Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
DiscoveryType |
ServiceProps.Jsii$Proxy.getDiscoveryType() |
DiscoveryType |
Service.getDiscoveryType()
The discovery type used by this service.
|
DiscoveryType |
IService.getDiscoveryType()
The discovery type used by the service.
|
DiscoveryType |
IService.Jsii$Proxy.getDiscoveryType()
The discovery type used by the service.
|
default DiscoveryType |
IService.Jsii$Default.getDiscoveryType()
The discovery type used by the service.
|
default DiscoveryType |
ServiceAttributes.getDiscoveryType() |
DiscoveryType |
ServiceAttributes.Jsii$Proxy.getDiscoveryType() |
default DiscoveryType |
DnsServiceProps.getDiscoveryType()
Controls how instances within this service can be discovered.
|
DiscoveryType |
DnsServiceProps.Jsii$Proxy.getDiscoveryType() |
static DiscoveryType |
DiscoveryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveryType[] |
DiscoveryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceProps.Builder |
ServiceProps.Builder.discoveryType(DiscoveryType discoveryType)
Sets the value of
DnsServiceProps.getDiscoveryType() |
Service.Builder |
Service.Builder.discoveryType(DiscoveryType discoveryType)
Controls how instances within this service can be discovered.
|
ServiceAttributes.Builder |
ServiceAttributes.Builder.discoveryType(DiscoveryType discoveryType)
Sets the value of
ServiceAttributes.getDiscoveryType() |
DnsServiceProps.Builder |
DnsServiceProps.Builder.discoveryType(DiscoveryType discoveryType)
Sets the value of
DnsServiceProps.getDiscoveryType() |
Copyright © 2022. All rights reserved.