ALBServicePoolSelector (schema)

ServicePoolSelector

Advanced load balancer ServicePoolSelector object
Name Description Type Notes
service_pool_group_path Service pool group path

It is a reference to an object of type PoolGroup.
string
service_pool_path Service pool path

It is a reference to an object of type Pool.
string
service_port Service port

Pool based destination port.
Allowed values are 1-65535.
integer Required
Minimum: 1
Maximum: 65535
service_port_range_end Service port range end

The end of the Service port number range.
Allowed values are 1-65535.
Special values are 0- 'single port'.
Default value when not specified in API or module is
interpreted by ALB Controller as 0.
integer Minimum: 0
Maximum: 65535
Default: "0"
service_protocol Service protocol

Destination protocol to match for the pool selection.
If not specified, it will match any protocol.
Enum options - PROTOCOL_TYPE_TCP_PROXY,
PROTOCOL_TYPE_TCP_FAST_PATH, PROTOCOL_TYPE_UDP_FAST_PATH,
PROTOCOL_TYPE_UDP_PROXY.
ALBProtocolType