| 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
Untyped endpoint implementation.
|
| Modifier and Type | Method and Description |
|---|---|
List<IEndpoint> |
EndpointGroupProps.Jsii$Proxy.getEndpoints() |
default List<IEndpoint> |
EndpointGroupOptions.getEndpoints()
Initial list of endpoints for this group.
|
List<IEndpoint> |
EndpointGroupOptions.Jsii$Proxy.getEndpoints() |
protected List<IEndpoint> |
EndpointGroup.getEndpoints()
The array of the endpoints in this endpoint group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointGroup.addEndpoint(IEndpoint endpoint)
Add an endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
EndpointGroupProps.Builder |
EndpointGroupProps.Builder.endpoints(List<? extends IEndpoint> endpoints)
Sets the value of
EndpointGroupOptions.getEndpoints() |
EndpointGroupOptions.Builder |
EndpointGroupOptions.Builder.endpoints(List<? extends IEndpoint> endpoints)
Sets the value of
EndpointGroupOptions.getEndpoints() |
EndpointGroup.Builder |
EndpointGroup.Builder.endpoints(List<? extends IEndpoint> endpoints)
Initial list of endpoints for this group.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationLoadBalancerEndpoint
Use an Application Load Balancer as a Global Accelerator Endpoint.
|
class |
CfnEipEndpoint
Use an EC2 Instance as a Global Accelerator Endpoint.
|
class |
InstanceEndpoint
Use an EC2 Instance as a Global Accelerator Endpoint.
|
class |
NetworkLoadBalancerEndpoint
Use a Network Load Balancer as a Global Accelerator Endpoint.
|
Copyright © 2022. All rights reserved.