Package software.amazon.awscdk.services.globalaccelerator.endpoints
package software.amazon.awscdk.services.globalaccelerator.endpoints
Endpoints for AWS Global Accelerator
This library contains integration classes to reference endpoints in AWS
Global Accelerator. Instances of these classes should be passed to the
endpointGroup.addEndpoint()
method.
See the README of the aws-cdk-lib/aws-globalaccelerator
library for more information on
AWS Global Accelerator, and examples of all the integration classes available in
this module.
-
ClassDescriptionUse an Application Load Balancer as a Global Accelerator Endpoint.A fluent builder for
ApplicationLoadBalancerEndpoint
.Properties for a ApplicationLoadBalancerEndpoint.A builder forApplicationLoadBalancerEndpointOptions
An implementation forApplicationLoadBalancerEndpointOptions
Use an EC2 Instance as a Global Accelerator Endpoint.A fluent builder forCfnEipEndpoint
.Properties for a NetworkLoadBalancerEndpoint.A builder forCfnEipEndpointProps
An implementation forCfnEipEndpointProps
Use an EC2 Instance as a Global Accelerator Endpoint.A fluent builder forInstanceEndpoint
.Properties for a NetworkLoadBalancerEndpoint.A builder forInstanceEndpointProps
An implementation forInstanceEndpointProps
Use a Network Load Balancer as a Global Accelerator Endpoint.A fluent builder forNetworkLoadBalancerEndpoint
.Properties for a NetworkLoadBalancerEndpoint.A builder forNetworkLoadBalancerEndpointProps
An implementation forNetworkLoadBalancerEndpointProps