| Package | Description |
|---|---|
| software.amazon.awscdk.services.globalaccelerator |
AWS::GlobalAccelerator Construct Library
|
| software.amazon.awscdk.services.globalaccelerator.endpoints |
Endpoints for AWS Global Accelerator
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IEndpoint.Jsii$Default
Internal default implementation for
IEndpoint. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IEndpoint.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
RawEndpoint
(experimental) Untyped endpoint implementation.
|
| Modifier and Type | Method and Description |
|---|---|
default List<IEndpoint> |
EndpointGroupOptions.getEndpoints()
(experimental) Initial list of endpoints for this group.
|
List<IEndpoint> |
EndpointGroupOptions.Jsii$Proxy.getEndpoints() |
List<IEndpoint> |
EndpointGroupProps.Jsii$Proxy.getEndpoints() |
protected List<IEndpoint> |
EndpointGroup.getEndpoints()
(experimental) The array of the endpoints in this endpoint group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointGroup.addEndpoint(IEndpoint endpoint)
(experimental) Add an endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
EndpointGroupOptions.Builder |
EndpointGroupOptions.Builder.endpoints(List<? extends IEndpoint> endpoints)
Sets the value of
EndpointGroupOptions.getEndpoints() |
EndpointGroupProps.Builder |
EndpointGroupProps.Builder.endpoints(List<? extends IEndpoint> endpoints)
Sets the value of
EndpointGroupOptions.getEndpoints() |
EndpointGroup.Builder |
EndpointGroup.Builder.endpoints(List<? extends IEndpoint> endpoints)
(experimental) Initial list of endpoints for this group.
|
| 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. |
Jsii$Proxy(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
EndpointGroupOptions.Builder. |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationLoadBalancerEndpoint
(experimental) Use an Application Load Balancer as a Global Accelerator Endpoint.
|
class |
CfnEipEndpoint
(experimental) Use an EC2 Instance as a Global Accelerator Endpoint.
|
class |
InstanceEndpoint
(experimental) Use an EC2 Instance as a Global Accelerator Endpoint.
|
class |
NetworkLoadBalancerEndpoint
(experimental) Use a Network Load Balancer as a Global Accelerator Endpoint.
|
Copyright © 2021. All rights reserved.