Uses of Interface
software.amazon.awscdk.services.globalaccelerator.IEndpoint
Package
Description
AWS::GlobalAccelerator Construct Library
Endpoints for AWS Global Accelerator
-
Uses of IEndpoint in software.amazon.awscdk.services.globalaccelerator
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIEndpoint
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
Untyped endpoint implementation.Modifier 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()
Modifier and TypeMethodDescriptionvoid
EndpointGroup.addEndpoint
(IEndpoint endpoint) Add an endpoint.Modifier 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
Modifier 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.