| Package | Description |
|---|---|
| software.amazon.awscdk.services.globalaccelerator |
AWS::GlobalAccelerator Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default ConnectionProtocol |
ListenerOptions.getProtocol()
(experimental) The protocol for the connections from clients to the accelerator.
|
ConnectionProtocol |
ListenerOptions.Jsii$Proxy.getProtocol() |
ConnectionProtocol |
ListenerProps.Jsii$Proxy.getProtocol() |
static ConnectionProtocol |
ConnectionProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionProtocol[] |
ConnectionProtocol.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.protocol(ConnectionProtocol protocol)
(experimental) The protocol for the connections from clients to the accelerator.
|
ListenerOptions.Builder |
ListenerOptions.Builder.protocol(ConnectionProtocol protocol)
Sets the value of
ListenerOptions.getProtocol() |
ListenerProps.Builder |
ListenerProps.Builder.protocol(ConnectionProtocol protocol)
Sets the value of
ListenerOptions.getProtocol() |
| 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.