EndpointConfiguration class
A complex type for endpoints. A resource must be valid and active when you add it as an endpoint.
Constructors
- EndpointConfiguration({bool? clientIPPreservationEnabled, String? endpointId, int? weight})
Properties
- clientIPPreservationEnabled → bool?
-
Indicates whether client IP address preservation is enabled for an
Application Load Balancer endpoint. The value is true or false. The default
value is true for new accelerators.
final
- endpointId → String?
-
An ID for the endpoint. If the endpoint is a Network Load Balancer or
Application Load Balancer, this is the Amazon Resource Name (ARN) of the
resource. If the endpoint is an Elastic IP address, this is the Elastic IP
address allocation ID. For Amazon EC2 instances, this is the EC2 instance
ID. A resource must be valid and active when you add it as an endpoint.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- weight → int?
-
The weight associated with the endpoint. When you add weights to endpoints,
you configure AWS Global Accelerator to route traffic based on proportions
that you specify. For example, you might specify endpoint weights of 4, 5,
5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is
routed to the first endpoint, 5/20 is routed both to the second and third
endpoints, and 6/20 is routed to the last endpoint. For more information,
see Endpoint
Weights in the AWS Global Accelerator Developer Guide.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited