aws-cdk-lib.aws_servicediscovery.RoutingPolicy

enum RoutingPolicy

LanguageType name
.NETAmazon.CDK.AWS.ServiceDiscovery.RoutingPolicy
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsservicediscovery#RoutingPolicy
Javasoftware.amazon.awscdk.services.servicediscovery.RoutingPolicy
Pythonaws_cdk.aws_servicediscovery.RoutingPolicy
TypeScript (source)aws-cdk-lib » aws_servicediscovery » RoutingPolicy

Members

NameDescription
WEIGHTEDRoute 53 returns the applicable value from one randomly selected instance from among the instances that you registered using the same service.
MULTIVALUEIf 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.

WEIGHTED

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


MULTIVALUE

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.