Module: AWSCDK::ServiceDiscovery::RoutingPolicy

Defined in:
service_discovery/routing_policy.rb

Constant Summary collapse

WEIGHTED =
Deprecated.
Note:

Default:

Route 53 returns the applicable value from one randomly selected instance from among the instances that you registered using the same service.

Jsii::Enum.new("aws-cdk-lib.aws_servicediscovery.RoutingPolicy", "WEIGHTED")
MULTIVALUE =
Deprecated.
Note:

Default:

If you define a health check for the service and the health check is healthy, Route 53 returns the applicable value for up to eight instances.

Jsii::Enum.new("aws-cdk-lib.aws_servicediscovery.RoutingPolicy", "MULTIVALUE")