Uses of Interface
software.amazon.awscdk.services.globalaccelerator.IEndpoint
Packages that use IEndpoint
Package
Description
AWS::GlobalAccelerator Construct Library
Endpoints for AWS Global Accelerator
-
Uses of IEndpoint in software.amazon.awscdk.services.globalaccelerator
Subinterfaces of IEndpoint in software.amazon.awscdk.services.globalacceleratorModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIEndpoint
.Classes in software.amazon.awscdk.services.globalaccelerator that implement IEndpointModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
Untyped endpoint implementation.Methods in software.amazon.awscdk.services.globalaccelerator that return types with arguments of type IEndpointModifier and TypeMethodDescriptionEndpointGroup.getEndpoints()
The array of the endpoints in this endpoint group.EndpointGroupOptions.getEndpoints()
Initial list of endpoints for this group.EndpointGroupOptions.Jsii$Proxy.getEndpoints()
EndpointGroupProps.Jsii$Proxy.getEndpoints()
Methods in software.amazon.awscdk.services.globalaccelerator with parameters of type IEndpointModifier and TypeMethodDescriptionvoid
EndpointGroup.addEndpoint
(IEndpoint endpoint) Add an endpoint.Method parameters in software.amazon.awscdk.services.globalaccelerator with type arguments of type IEndpointModifier and TypeMethodDescriptionInitial list of endpoints for this group.Sets the value ofEndpointGroupOptions.getEndpoints()
Sets the value ofEndpointGroupOptions.getEndpoints()
-
Uses of IEndpoint in software.amazon.awscdk.services.globalaccelerator.endpoints
Classes in software.amazon.awscdk.services.globalaccelerator.endpoints that implement IEndpointModifier and TypeClassDescriptionclass
Use an Application Load Balancer as a Global Accelerator Endpoint.class
Use an EC2 Instance as a Global Accelerator Endpoint.class
Use an EC2 Instance as a Global Accelerator Endpoint.class
Use a Network Load Balancer as a Global Accelerator Endpoint.