@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.300Z") @Stability(value=Experimental) public interface PortOverride extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
PortOverride.Builder
A builder for
PortOverride |
static class |
PortOverride.Jsii$Proxy
An implementation for
PortOverride |
| Modifier and Type | Method and Description |
|---|---|
static PortOverride.Builder |
builder() |
Number |
getEndpointPort()
(experimental) The endpoint port that you want a listener port to be mapped to.
|
Number |
getListenerPort()
(experimental) The listener port that you want to map to a specific endpoint port.
|
@Stability(value=Experimental) @NotNull Number getEndpointPort()
This is the port on the endpoint, such as the Application Load Balancer or Amazon EC2 instance.
@Stability(value=Experimental) @NotNull Number getListenerPort()
This is the port that user traffic arrives to the Global Accelerator on.
@Stability(value=Experimental) static PortOverride.Builder builder()
PortOverride.Builder of PortOverrideCopyright © 2021. All rights reserved.