enum RoutingPolicy
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.ServiceDiscovery.RoutingPolicy |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsservicediscovery#RoutingPolicy |
Java | software.amazon.awscdk.services.servicediscovery.RoutingPolicy |
Python | aws_cdk.aws_servicediscovery.RoutingPolicy |
TypeScript (source) | aws-cdk-lib » aws_servicediscovery » RoutingPolicy |
Members
Name | Description |
---|---|
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. |
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.