NetworkLoadBalancerForwardingRuleProperties

Properties

NameTypeDescriptionNotes

algorithm

Balancing algorithm

healthCheck

[optional]

listenerIp

String

Listening (inbound) IP.

listenerPort

Integer

Listening (inbound) port number; valid range is 1 to 65535.

name

String

The name of the Network Load Balancer forwarding rule.

protocol

Balancing protocol

targets

Array of items in the collection.

Enum: AlgorithmEnum

NameValue

ROUND_ROBIN

"ROUND_ROBIN"

LEAST_CONNECTION

"LEAST_CONNECTION"

RANDOM

"RANDOM"

SOURCE_IP

"SOURCE_IP"

Enum: ProtocolEnum

NameValue

HTTP

"HTTP"

TCP

"TCP"

Last updated