| Package | Description |
|---|---|
| software.amazon.awscdk.services.globalaccelerator |
AWS::GlobalAccelerator Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default ClientAffinity |
ListenerOptions.getClientAffinity()
(experimental) Client affinity to direct all requests from a user to the same endpoint.
|
ClientAffinity |
ListenerOptions.Jsii$Proxy.getClientAffinity() |
ClientAffinity |
ListenerProps.Jsii$Proxy.getClientAffinity() |
static ClientAffinity |
ClientAffinity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientAffinity[] |
ClientAffinity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Listener.Builder |
Listener.Builder.clientAffinity(ClientAffinity clientAffinity)
(experimental) Client affinity to direct all requests from a user to the same endpoint.
|
ListenerOptions.Builder |
ListenerOptions.Builder.clientAffinity(ClientAffinity clientAffinity)
Sets the value of
ListenerOptions.getClientAffinity() |
ListenerProps.Builder |
ListenerProps.Builder.clientAffinity(ClientAffinity clientAffinity)
Sets the value of
ListenerOptions.getClientAffinity() |
| 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.