The docs for `port` in `TargetGroupArgs` say this:...
# general
f
The docs for
port
in
TargetGroupArgs
say this:
Copy code
/**
     * The port to use to connect with the target. Valid values are either ports 1-65536, or `traffic-port`. Defaults to `traffic-port`.
     */
    readonly port: pulumi.Input<number>;
How are you supposed to put in
traffic-port
if the type is a
number
?