| Package | Description |
|---|---|
| software.amazon.awscdk.services.globalaccelerator |
AWS::GlobalAccelerator Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default ConnectionProtocol |
ListenerOptions.getProtocol()
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 |
|---|---|
ListenerOptions.Builder |
ListenerOptions.Builder.protocol(ConnectionProtocol protocol)
Sets the value of
ListenerOptions.getProtocol() |
Listener.Builder |
Listener.Builder.protocol(ConnectionProtocol protocol)
The protocol for the connections from clients to the accelerator.
|
ListenerProps.Builder |
ListenerProps.Builder.protocol(ConnectionProtocol protocol)
Sets the value of
ListenerOptions.getProtocol() |
Copyright © 2022. All rights reserved.