EndpointGroupPortOverrideArgs

data class EndpointGroupPortOverrideArgs(val endpointPort: Output<Int>, val listenerPort: Output<Int>) : ConvertibleToJava<EndpointGroupPortOverrideArgs>

listener to endpoint port mapping.

Constructors

Link copied to clipboard
constructor(endpointPort: Output<Int>, listenerPort: Output<Int>)

Properties

Link copied to clipboard
val endpointPort: Output<Int>

The endpoint port that you want a listener port to be mapped to. This is the port on the endpoint, such as the Application Load Balancer or Amazon EC2 instance.

Link copied to clipboard
val listenerPort: Output<Int>

The listener port that you want to map to a specific endpoint port. This is the port that user traffic arrives to the Global Accelerator on.

Functions

Link copied to clipboard
open override fun toJava(): EndpointGroupPortOverrideArgs