iasql icon indicating copy to clipboard operation
iasql copied to clipboard

Add support for listeners of type Redirect and Fixed Response types on ALB

Open yrobla opened this issue 1 year ago • 1 comments

They need to have an special treatment with additional fields, as they are not tied to a target group.

yrobla avatar Mar 06 '23 18:03 yrobla

Would it be better or worse if we split Listener into TargetGroupListener, RedirectListener, FixedResponseListener, etc? You can't hide un-used columns and the check constraints can get pretty complicated if there are a whole lot of columns that preclude other columns from being defined, but it could make querying more difficult for all of the listeners on your load balancer if they're in separate tables.

dfellis avatar Mar 06 '23 21:03 dfellis