| Package | Description |
|---|---|
| software.amazon.awscdk.services.globalaccelerator |
AWS::GlobalAccelerator Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PortRange.Jsii$Proxy
An implementation for
PortRange |
| Modifier and Type | Method and Description |
|---|---|
PortRange |
PortRange.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<PortRange> |
ListenerOptions.getPortRanges()
(experimental) The list of port ranges for the connections from clients to the accelerator.
|
List<PortRange> |
ListenerOptions.Jsii$Proxy.getPortRanges() |
List<PortRange> |
ListenerProps.Jsii$Proxy.getPortRanges() |
| Modifier and Type | Method and Description |
|---|---|
ListenerOptions.Builder |
ListenerOptions.Builder.portRanges(List<? extends PortRange> portRanges)
Sets the value of
ListenerOptions.getPortRanges() |
Listener.Builder |
Listener.Builder.portRanges(List<? extends PortRange> portRanges)
(experimental) The list of port ranges for the connections from clients to the accelerator.
|
ListenerProps.Builder |
ListenerProps.Builder.portRanges(List<? extends PortRange> portRanges)
Sets the value of
ListenerOptions.getPortRanges() |
| Constructor and Description |
|---|
Jsii$Proxy(IAccelerator accelerator,
List<? extends PortRange> portRanges,
ClientAffinity clientAffinity,
String listenerName,
ConnectionProtocol protocol)
Constructor that initializes the object based on literal property values passed by the
ListenerProps.Builder. |
Jsii$Proxy(List<? extends PortRange> portRanges,
ClientAffinity clientAffinity,
String listenerName,
ConnectionProtocol protocol)
Constructor that initializes the object based on literal property values passed by the
ListenerOptions.Builder. |
Copyright © 2021. All rights reserved.