Class EndpointGroupPortOverride
- java.lang.Object
-
- com.pulumi.aws.globalaccelerator.outputs.EndpointGroupPortOverride
-
public final class EndpointGroupPortOverride extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EndpointGroupPortOverride.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EndpointGroupPortOverride.Builder
builder()
static EndpointGroupPortOverride.Builder
builder(EndpointGroupPortOverride defaults)
java.lang.Integer
endpointPort()
java.lang.Integer
listenerPort()
-
-
-
Method Detail
-
endpointPort
public java.lang.Integer endpointPort()
- Returns:
- 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.
-
listenerPort
public java.lang.Integer listenerPort()
- Returns:
- 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.
-
builder
public static EndpointGroupPortOverride.Builder builder()
-
builder
public static EndpointGroupPortOverride.Builder builder(EndpointGroupPortOverride defaults)
-
-