Class GetTrafficPolicyDocumentRuleGeoProximityLocationArgs


  • public final class GetTrafficPolicyDocumentRuleGeoProximityLocationArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • bias

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> bias()
        Returns:
        Specify a value for `bias` if you want to route more traffic to an endpoint from nearby endpoints (positive values) or route less traffic to an endpoint (negative values).
      • endpointReference

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> endpointReference()
        Returns:
        References to an endpoint.
      • evaluateTargetHealth

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> evaluateTargetHealth()
        Returns:
        Indicates whether you want Amazon Route 53 to evaluate the health of the endpoint and route traffic only to healthy endpoints.
      • healthCheck

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> healthCheck()
        Returns:
        If you want to associate a health check with the endpoint or rule.
      • latitude

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> latitude()
        Returns:
        Represents the location south (negative) or north (positive) of the equator. Valid values are -90 degrees to 90 degrees.
      • longitude

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> longitude()
        Returns:
        Represents the location west (negative) or east (positive) of the prime meridian. Valid values are -180 degrees to 180 degrees.
      • region

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> region()
        Returns:
        If your endpoint is an AWS resource, specify the AWS Region that you created the resource in.
      • ruleReference

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> ruleReference()
        Returns:
        References to a rule.