| Package | Description |
|---|---|
| software.amazon.awscdk.services.servicediscovery |
Amazon ECS Service Discovery Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
RoutingPolicy |
ServiceAttributes.getRoutingPolicy() |
RoutingPolicy |
ServiceAttributes.Jsii$Proxy.getRoutingPolicy() |
RoutingPolicy |
ServiceProps.Jsii$Proxy.getRoutingPolicy() |
RoutingPolicy |
IService.getRoutingPolicy()
(experimental) The Routing Policy used by the service.
|
RoutingPolicy |
IService.Jsii$Proxy.getRoutingPolicy()
(experimental) The Routing Policy used by the service.
|
default RoutingPolicy |
IService.Jsii$Default.getRoutingPolicy()
(experimental) The Routing Policy used by the service.
|
default RoutingPolicy |
DnsServiceProps.getRoutingPolicy()
(experimental) The routing policy that you want to apply to all DNS records that AWS Cloud Map creates when you register an instance and specify this service.
|
RoutingPolicy |
DnsServiceProps.Jsii$Proxy.getRoutingPolicy() |
RoutingPolicy |
Service.getRoutingPolicy()
(experimental) The Routing Policy used by the service.
|
static RoutingPolicy |
RoutingPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoutingPolicy[] |
RoutingPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceAttributes.Builder |
ServiceAttributes.Builder.routingPolicy(RoutingPolicy routingPolicy)
Sets the value of
ServiceAttributes.getRoutingPolicy() |
ServiceProps.Builder |
ServiceProps.Builder.routingPolicy(RoutingPolicy routingPolicy)
Sets the value of
DnsServiceProps.getRoutingPolicy() |
DnsServiceProps.Builder |
DnsServiceProps.Builder.routingPolicy(RoutingPolicy routingPolicy)
Sets the value of
DnsServiceProps.getRoutingPolicy() |
Service.Builder |
Service.Builder.routingPolicy(RoutingPolicy routingPolicy)
(experimental) The routing policy that you want to apply to all DNS records that AWS Cloud Map creates when you register an instance and specify this service.
|
| Constructor and Description |
|---|
Jsii$Proxy(DnsRecordType dnsRecordType,
Duration dnsTtl,
Boolean loadBalancer,
RoutingPolicy routingPolicy,
HealthCheckCustomConfig customHealthCheck,
String description,
HealthCheckConfig healthCheck,
String name)
Constructor that initializes the object based on literal property values passed by the
DnsServiceProps.Builder. |
Jsii$Proxy(DnsRecordType dnsRecordType,
INamespace namespace,
RoutingPolicy routingPolicy,
String serviceArn,
String serviceId,
String serviceName)
Constructor that initializes the object based on literal property values passed by the
ServiceAttributes.Builder. |
Jsii$Proxy(INamespace namespace,
DnsRecordType dnsRecordType,
Duration dnsTtl,
Boolean loadBalancer,
RoutingPolicy routingPolicy,
HealthCheckCustomConfig customHealthCheck,
String description,
HealthCheckConfig healthCheck,
String name)
Constructor that initializes the object based on literal property values passed by the
ServiceProps.Builder. |
Copyright © 2021. All rights reserved.