| Package | Description |
|---|---|
| software.amazon.awscdk.services.globalaccelerator |
AWS::GlobalAccelerator Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IListener.Jsii$Default
Internal default implementation for
IListener. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IListener.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
Listener
(experimental) The construct for the Listener.
|
| Modifier and Type | Method and Description |
|---|---|
static IListener |
Listener.fromListenerArn(software.constructs.Construct scope,
String id,
String listenerArn)
(experimental) import from ARN.
|
IListener |
EndpointGroupProps.getListener()
(experimental) The Amazon Resource Name (ARN) of the listener.
|
IListener |
EndpointGroupProps.Jsii$Proxy.getListener() |
| Modifier and Type | Method and Description |
|---|---|
EndpointGroupProps.Builder |
EndpointGroupProps.Builder.listener(IListener listener)
Sets the value of
EndpointGroupProps.getListener() |
EndpointGroup.Builder |
EndpointGroup.Builder.listener(IListener listener)
(experimental) The Amazon Resource Name (ARN) of the listener.
|
| Constructor and Description |
|---|
Jsii$Proxy(IListener listener,
String endpointGroupName,
List<? extends IEndpoint> endpoints,
Duration healthCheckInterval,
String healthCheckPath,
Number healthCheckPort,
HealthCheckProtocol healthCheckProtocol,
Number healthCheckThreshold,
List<? extends PortOverride> portOverrides,
String region,
Number trafficDialPercentage)
Constructor that initializes the object based on literal property values passed by the
EndpointGroupProps.Builder. |
Copyright © 2021. All rights reserved.